Class InventoryLocationAssignmentStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationAssignmentStatusPK>
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryLocationAssignmentStatusValue
extends BaseValue<InventoryLocationAssignmentStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationAssignmentStatusValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValueInventoryLocationAssignmentStatusValue(InventoryLocationAssignmentStatusPK inventoryLocationAssignmentStatusPK, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryLocationAssignmentStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAvailableToPromise(Long availableToPromise) voidsetInventoryLocationAssignmentPK(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) voidsetQuantityOnHand(Long quantityOnHand) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationAssignmentStatusValue
public InventoryLocationAssignmentStatusValue(InventoryLocationAssignmentStatusPK inventoryLocationAssignmentStatusPK, InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentStatusValue- Throws:
PersistenceNotNullException
-
InventoryLocationAssignmentStatusValue
public InventoryLocationAssignmentStatusValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryLocationAssignmentStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryLocationAssignmentStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLocationAssignmentStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLocationAssignmentStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryLocationAssignmentStatusPK>
-
getInventoryLocationAssignmentPK
-
setInventoryLocationAssignmentPK
public void setInventoryLocationAssignmentPK(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationAssignmentPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
- Throws:
PersistenceNotNullException
-
getQuantityOnHandHasBeenModified
-
getAvailableToPromise
-
setAvailableToPromise
- Throws:
PersistenceNotNullException
-
getAvailableToPromiseHasBeenModified
-