Class InventoryLocationGroupCapacity
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupCapacity
- 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 InventoryLocationGroupCapacityInventoryLocationGroupCapacity
(InventoryLocationGroupCapacityValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupCapacity -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getInventoryLocationGroup
(EntityPermission entityPermission) getInventoryLocationGroup
(Session session) getInventoryLocationGroup
(Session session, EntityPermission entityPermission) boolean
boolean
getUnitOfMeasureType
(EntityPermission entityPermission) getUnitOfMeasureType
(Session session) getUnitOfMeasureType
(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setCapacity
(Long capacity) void
setFromTime
(Long fromTime) void
void
void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setThruTime
(Long thruTime) void
void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InventoryLocationGroupCapacity
Creates a new instance of InventoryLocationGroupCapacity- Throws:
PersistenceException
-
InventoryLocationGroupCapacity
public InventoryLocationGroupCapacity(InventoryLocationGroupCapacityValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupCapacity
-
-
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
-
getInventoryLocationGroupCapacityValue
-
setInventoryLocationGroupCapacityValue
public void setInventoryLocationGroupCapacityValue(InventoryLocationGroupCapacityValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getInventoryLocationGroupPK
-
getInventoryLocationGroup
public InventoryLocationGroup getInventoryLocationGroup(Session session, EntityPermission entityPermission) -
getInventoryLocationGroup
-
getInventoryLocationGroup
-
getInventoryLocationGroup
-
getInventoryLocationGroupForUpdate
-
getInventoryLocationGroupForUpdate
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryLocationGroup
-
getInventoryLocationGroupPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getCapacity
-
setCapacity
public void setCapacity(Long capacity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCapacityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-