Class OrderPaymentPreferenceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderPaymentPreferencePK>
com.echothree.model.data.order.server.value.OrderPaymentPreferenceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class OrderPaymentPreferenceValue
extends BaseValue<OrderPaymentPreferencePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOrderPaymentPreferenceValue
(OrderPaymentPreferenceDetailPK activeDetailPK, OrderPaymentPreferenceDetailPK lastDetailPK) Creates a new instance of OrderPaymentPreferenceValueOrderPaymentPreferenceValue
(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPaymentPreferenceDetailPK activeDetailPK, OrderPaymentPreferenceDetailPK lastDetailPK) Creates a new instance of OrderPaymentPreferenceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(OrderPaymentPreferenceDetailPK activeDetailPK) void
setLastDetailPK
(OrderPaymentPreferenceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderPaymentPreferenceValue
public OrderPaymentPreferenceValue(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPaymentPreferenceDetailPK activeDetailPK, OrderPaymentPreferenceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OrderPaymentPreferenceValue- Throws:
PersistenceNotNullException
-
OrderPaymentPreferenceValue
public OrderPaymentPreferenceValue(OrderPaymentPreferenceDetailPK activeDetailPK, OrderPaymentPreferenceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OrderPaymentPreferenceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OrderPaymentPreferencePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderPaymentPreferencePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderPaymentPreferencePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderPaymentPreferencePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-