Class PaymentMethodDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentMethodDetailPK>
com.echothree.model.data.payment.server.value.PaymentMethodDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentMethodDetailValue
extends BaseValue<PaymentMethodDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodDetailValue
(PaymentMethodDetailPK paymentMethodDetailPK, PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodDetailValuePaymentMethodDetailValue
(PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentMethodDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setItemSelectorPK
(SelectorPK itemSelectorPK) void
setPaymentMethodName
(String paymentMethodName) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
setPaymentMethodTypePK
(PaymentMethodTypePK paymentMethodTypePK) void
setPaymentProcessorPK
(PaymentProcessorPK paymentProcessorPK) void
setSalesOrderItemSelectorPK
(SelectorPK salesOrderItemSelectorPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentMethodDetailValue
public PaymentMethodDetailValue(PaymentMethodDetailPK paymentMethodDetailPK, PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentMethodDetailValue- Throws:
PersistenceNotNullException
-
PaymentMethodDetailValue
public PaymentMethodDetailValue(PaymentMethodPK paymentMethodPK, String paymentMethodName, PaymentMethodTypePK paymentMethodTypePK, PaymentProcessorPK paymentProcessorPK, SelectorPK itemSelectorPK, SelectorPK salesOrderItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentMethodDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentMethodDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentMethodDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentMethodDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentMethodDetailPK>
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getPaymentMethodName
-
setPaymentMethodName
- Throws:
PersistenceNotNullException
-
getPaymentMethodNameHasBeenModified
-
getPaymentMethodTypePK
-
setPaymentMethodTypePK
public void setPaymentMethodTypePK(PaymentMethodTypePK paymentMethodTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentMethodTypePKHasBeenModified
-
getPaymentProcessorPK
-
setPaymentProcessorPK
-
getPaymentProcessorPKHasBeenModified
-
getItemSelectorPK
-
setItemSelectorPK
-
getItemSelectorPKHasBeenModified
-
getSalesOrderItemSelectorPK
-
setSalesOrderItemSelectorPK
-
getSalesOrderItemSelectorPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-