Class OrderValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OrderPK>
com.echothree.model.data.order.server.value.OrderValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionOrderValue(OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) Creates a new instance of OrderValueOrderValue(OrderPK orderPK, OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) Creates a new instance of OrderValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(OrderDetailPK activeDetailPK) voidsetLastDetailPK(OrderDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OrderValue
public OrderValue(OrderPK orderPK, OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OrderValue- Throws:
PersistenceNotNullException
-
OrderValue
public OrderValue(OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of OrderValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<OrderPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-