Class InventoryLayerStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLayerStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryLayerStatusInventoryLayerStatus(InventoryLayerStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryLayerStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInventoryLayer(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidsetInventoryLayer(InventoryLayer entity) voidsetInventoryLayerPK(InventoryLayerPK inventoryLayerPK) voidvoidsetQuantityAllocated(Long quantityAllocated) voidsetQuantityOnHand(Long quantityOnHand) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryLayerStatus
Creates a new instance of InventoryLayerStatus- Throws:
PersistenceException
-
InventoryLayerStatus
Creates a new instance of InventoryLayerStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryLayerStatusValue
-
setInventoryLayerStatusValue
public void setInventoryLayerStatusValue(@Nonnull InventoryLayerStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryLayerPK
-
getInventoryLayer
-
getInventoryLayer
-
getInventoryLayerForUpdate
-
setInventoryLayerPK
public void setInventoryLayerPK(@Nonnull InventoryLayerPK inventoryLayerPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLayer
-
getInventoryLayerPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
public void setQuantityOnHand(@Nonnull Long quantityOnHand) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityOnHandHasBeenModified
-
getQuantityAllocated
-
setQuantityAllocated
public void setQuantityAllocated(@Nonnull Long quantityAllocated) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityAllocatedHasBeenModified
-