Class InventoryLocationAssignmentStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLocationAssignmentStatus
- 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 InventoryLocationAssignmentStatusInventoryLocationAssignmentStatus(InventoryLocationAssignmentStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignmentStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryLocationAssignment(EntityPermission entityPermission) getInventoryLocationAssignment(Session session) getInventoryLocationAssignment(Session session, EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAvailableToPromise(Long availableToPromise) voidvoidsetInventoryLocationAssignmentPK(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) voidvoidsetQuantityOnHand(Long quantityOnHand) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InventoryLocationAssignmentStatus
Creates a new instance of InventoryLocationAssignmentStatus- Throws:
PersistenceException
-
InventoryLocationAssignmentStatus
public InventoryLocationAssignmentStatus(InventoryLocationAssignmentStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignmentStatus
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryLocationAssignmentStatusValue
-
setInventoryLocationAssignmentStatusValue
public void setInventoryLocationAssignmentStatusValue(InventoryLocationAssignmentStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryLocationAssignmentPK
-
getInventoryLocationAssignment
public InventoryLocationAssignment getInventoryLocationAssignment(Session session, EntityPermission entityPermission) -
getInventoryLocationAssignment
public InventoryLocationAssignment getInventoryLocationAssignment(EntityPermission entityPermission) -
getInventoryLocationAssignment
-
getInventoryLocationAssignment
-
getInventoryLocationAssignmentForUpdate
-
getInventoryLocationAssignmentForUpdate
-
setInventoryLocationAssignmentPK
public void setInventoryLocationAssignmentPK(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLocationAssignment
-
getInventoryLocationAssignmentPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
public void setQuantityOnHand(Long quantityOnHand) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityOnHandHasBeenModified
-
getAvailableToPromise
-
setAvailableToPromise
public void setAvailableToPromise(Long availableToPromise) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAvailableToPromiseHasBeenModified
-