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 TypeMethodDescriptionboolean
boolean
boolean
getItemSelector
(EntityPermission entityPermission) getItemSelector
(Session session) getItemSelector
(Session session, EntityPermission entityPermission) getItemSelectorForUpdate
(Session session) boolean
getPaymentMethod
(EntityPermission entityPermission) getPaymentMethod
(Session session) getPaymentMethod
(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate
(Session session) boolean
boolean
getPaymentMethodType
(EntityPermission entityPermission) getPaymentMethodType
(Session session) getPaymentMethodType
(Session session, EntityPermission entityPermission) getPaymentMethodTypeForUpdate
(Session session) boolean
getPaymentProcessor
(EntityPermission entityPermission) getPaymentProcessor
(Session session) getPaymentProcessor
(Session session, EntityPermission entityPermission) getPaymentProcessorForUpdate
(Session session) boolean
getSalesOrderItemSelector
(EntityPermission entityPermission) getSalesOrderItemSelector
(Session session) getSalesOrderItemSelector
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setItemSelector
(Selector entity) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setPaymentMethod
(PaymentMethod entity) void
void
setPaymentMethodName
(String paymentMethodName) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
void
setPaymentMethodTypePK
(PaymentMethodTypePK paymentMethodTypePK) void
setPaymentProcessor
(PaymentProcessor entity) void
setPaymentProcessorPK
(PaymentProcessorPK paymentProcessorPK) void
setSalesOrderItemSelector
(Selector entity) void
setSalesOrderItemSelectorPK
(SelectorPK salesOrderItemSelectorPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPaymentMethodDetailValue
-
setPaymentMethodDetailValue
public void setPaymentMethodDetailValue(PaymentMethodDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-