Class InventoryLayerStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLayerStatusPK>
com.echothree.model.data.inventory.server.value.InventoryLayerStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryLayerStatusValue
extends BaseValue<InventoryLayerStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryLayerStatusValue(InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) Creates a new instance of InventoryLayerStatusValueInventoryLayerStatusValue(InventoryLayerStatusPK inventoryLayerStatusPK, InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) Creates a new instance of InventoryLayerStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidsetQuantityAllocated(Long quantityAllocated) voidsetQuantityOnHand(Long quantityOnHand) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLayerStatusValue
public InventoryLayerStatusValue(InventoryLayerStatusPK inventoryLayerStatusPK, InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) throws PersistenceNotNullException Creates a new instance of InventoryLayerStatusValue- Throws:
PersistenceNotNullException
-
InventoryLayerStatusValue
public InventoryLayerStatusValue(InventoryLayerPK inventoryLayerPK, Long quantityOnHand, Long quantityAllocated) throws PersistenceNotNullException Creates a new instance of InventoryLayerStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryLayerStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLayerStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLayerStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryLayerStatusPK>
-
getInventoryLayerPK
-
setInventoryLayerPK
public void setInventoryLayerPK(@Nonnull InventoryLayerPK inventoryLayerPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLayerPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
- Throws:
PersistenceNotNullException
-
getQuantityOnHandHasBeenModified
-
getQuantityAllocated
-
setQuantityAllocated
public void setQuantityAllocated(@Nonnull Long quantityAllocated) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getQuantityAllocatedHasBeenModified
-