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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(OrderDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<OrderPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OrderPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OrderPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OrderPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-