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