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