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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(OrderPaymentPreferenceDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<OrderPaymentPreferencePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderPaymentPreferencePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderPaymentPreferencePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderPaymentPreferencePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-