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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(OrderAdjustmentDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<OrderAdjustmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<OrderAdjustmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<OrderAdjustmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<OrderAdjustmentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-