Class InventoryDispositionAdjustmentValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryDispositionAdjustmentPK>
com.echothree.model.data.inventory.server.value.InventoryDispositionAdjustmentValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryDispositionAdjustmentValue
extends BaseValue<InventoryDispositionAdjustmentPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryDispositionAdjustmentValue(InventoryDispositionAdjustmentDetailPK activeDetailPK, InventoryDispositionAdjustmentDetailPK lastDetailPK) Creates a new instance of InventoryDispositionAdjustmentValueInventoryDispositionAdjustmentValue(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionAdjustmentDetailPK activeDetailPK, InventoryDispositionAdjustmentDetailPK lastDetailPK) Creates a new instance of InventoryDispositionAdjustmentValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(InventoryDispositionAdjustmentDetailPK activeDetailPK) voidsetLastDetailPK(InventoryDispositionAdjustmentDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryDispositionAdjustmentValue
public InventoryDispositionAdjustmentValue(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionAdjustmentDetailPK activeDetailPK, InventoryDispositionAdjustmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryDispositionAdjustmentValue- Throws:
PersistenceNotNullException
-
InventoryDispositionAdjustmentValue
public InventoryDispositionAdjustmentValue(InventoryDispositionAdjustmentDetailPK activeDetailPK, InventoryDispositionAdjustmentDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of InventoryDispositionAdjustmentValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryDispositionAdjustmentPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryDispositionAdjustmentPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryDispositionAdjustmentPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryDispositionAdjustmentPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-