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) booleangetPaymentMethod(EntityPermission entityPermission) booleanbooleangetPaymentMethodType(EntityPermission entityPermission) booleangetPaymentProcessor(EntityPermission entityPermission) booleangetSalesOrderItemSelector(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getPaymentMethodDetailValue
-
setPaymentMethodDetailValue
public void setPaymentMethodDetailValue(@Nonnull PaymentMethodDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentMethodPK
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethodForUpdate
-
setPaymentMethodPK
public void setPaymentMethodPK(@Nonnull PaymentMethodPK paymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethod
-
getPaymentMethodPKHasBeenModified
-
getPaymentMethodName
-
setPaymentMethodName
public void setPaymentMethodName(@Nonnull String paymentMethodName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPaymentMethodNameHasBeenModified
-
getPaymentMethodTypePK
-
getPaymentMethodType
-
getPaymentMethodType
-
getPaymentMethodTypeForUpdate
-
setPaymentMethodTypePK
public void setPaymentMethodTypePK(@Nonnull PaymentMethodTypePK paymentMethodTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethodType
-
getPaymentMethodTypePKHasBeenModified
-
getPaymentProcessorPK
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessorForUpdate
-
setPaymentProcessorPK
public void setPaymentProcessorPK(@Nullable PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessor
-
getPaymentProcessorPKHasBeenModified
-
getItemSelectorPK
-
getItemSelector
-
getItemSelector
-
getItemSelectorForUpdate
-
setItemSelectorPK
public void setItemSelectorPK(@Nullable SelectorPK itemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItemSelector
-
getItemSelectorPKHasBeenModified
-
getSalesOrderItemSelectorPK
-
getSalesOrderItemSelector
-
getSalesOrderItemSelector
-
getSalesOrderItemSelectorForUpdate
-
setSalesOrderItemSelectorPK
public void setSalesOrderItemSelectorPK(@Nullable SelectorPK salesOrderItemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSalesOrderItemSelector
-
getSalesOrderItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-