Class PaymentMethodDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentMethodDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PaymentMethodDetailPaymentMethodDetail(PaymentMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentMethodDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetItemSelector(EntityPermission entityPermission) getItemSelector(Session session) getItemSelector(Session session, EntityPermission entityPermission) getItemSelectorForUpdate(Session session) booleangetPaymentMethod(EntityPermission entityPermission) getPaymentMethod(Session session) getPaymentMethod(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate(Session session) booleanbooleangetPaymentMethodType(EntityPermission entityPermission) getPaymentMethodType(Session session) getPaymentMethodType(Session session, EntityPermission entityPermission) getPaymentMethodTypeForUpdate(Session session) booleangetPaymentProcessor(EntityPermission entityPermission) getPaymentProcessor(Session session) getPaymentProcessor(Session session, EntityPermission entityPermission) getPaymentProcessorForUpdate(Session session) booleangetSalesOrderItemSelector(EntityPermission entityPermission) getSalesOrderItemSelector(Session session) getSalesOrderItemSelector(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetItemSelector(Selector entity) voidsetItemSelectorPK(SelectorPK itemSelectorPK) voidsetPaymentMethod(PaymentMethod entity) voidvoidsetPaymentMethodName(String paymentMethodName) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidvoidsetPaymentMethodTypePK(PaymentMethodTypePK paymentMethodTypePK) voidsetPaymentProcessor(PaymentProcessor entity) voidsetPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) voidsetSalesOrderItemSelector(Selector entity) voidsetSalesOrderItemSelectorPK(SelectorPK salesOrderItemSelectorPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentMethodDetail
Creates a new instance of PaymentMethodDetail- Throws:
PersistenceException
-
PaymentMethodDetail
Creates a new instance of PaymentMethodDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPaymentMethodDetailValue
-
setPaymentMethodDetailValue
public void setPaymentMethodDetailValue(PaymentMethodDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentMethodPK
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethodForUpdate
-
getPaymentMethodForUpdate
-
setPaymentMethodPK
public void setPaymentMethodPK(PaymentMethodPK paymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethod
-
getPaymentMethodPKHasBeenModified
-
getPaymentMethodName
-
setPaymentMethodName
public void setPaymentMethodName(String paymentMethodName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPaymentMethodNameHasBeenModified
-
getPaymentMethodTypePK
-
getPaymentMethodType
-
getPaymentMethodType
-
getPaymentMethodType
-
getPaymentMethodType
-
getPaymentMethodTypeForUpdate
-
getPaymentMethodTypeForUpdate
-
setPaymentMethodTypePK
public void setPaymentMethodTypePK(PaymentMethodTypePK paymentMethodTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethodType
-
getPaymentMethodTypePKHasBeenModified
-
getPaymentProcessorPK
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessorForUpdate
-
getPaymentProcessorForUpdate
-
setPaymentProcessorPK
public void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessor
-
getPaymentProcessorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getSalesOrderItemSelectorPK
-
getSalesOrderItemSelector
-
getSalesOrderItemSelector
-
getSalesOrderItemSelector
-
getSalesOrderItemSelector
-
getSalesOrderItemSelectorForUpdate
-
getSalesOrderItemSelectorForUpdate
-
setSalesOrderItemSelectorPK
public void setSalesOrderItemSelectorPK(SelectorPK salesOrderItemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSalesOrderItemSelector
-
getSalesOrderItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-