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