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 TypeMethodDescriptionboolean
boolean
getInventoryLocationAssignment
(EntityPermission entityPermission) getInventoryLocationAssignment
(Session session) getInventoryLocationAssignment
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAvailableToPromise
(Long availableToPromise) void
void
setInventoryLocationAssignmentPK
(InventoryLocationAssignmentPK inventoryLocationAssignmentPK) void
void
setQuantityOnHand
(Long quantityOnHand) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getInventoryLocationAssignmentStatusValue
-
setInventoryLocationAssignmentStatusValue
public void setInventoryLocationAssignmentStatusValue(InventoryLocationAssignmentStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-