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