Class InventoryLocationGroupVolume
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupVolume
- 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 InventoryLocationGroupVolumeInventoryLocationGroupVolume(InventoryLocationGroupVolumeValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupVolume -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDepth()booleanbooleanbooleangetInventoryLocationGroup(EntityPermission entityPermission) getInventoryLocationGroup(Session session) getInventoryLocationGroup(Session session, EntityPermission entityPermission) booleanbooleangetWidth()booleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidvoidvoidsetInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidvoidsetThruTime(Long thruTime) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
InventoryLocationGroupVolume
Creates a new instance of InventoryLocationGroupVolume- Throws:
PersistenceException
-
InventoryLocationGroupVolume
public InventoryLocationGroupVolume(InventoryLocationGroupVolumeValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupVolume
-
-
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
-
getInventoryLocationGroupVolumeValue
-
setInventoryLocationGroupVolumeValue
public void setInventoryLocationGroupVolumeValue(InventoryLocationGroupVolumeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-
getHeight
-
setHeight
-
getHeightHasBeenModified
-
getWidth
-
setWidth
-
getWidthHasBeenModified
-
getDepth
-
setDepth
-
getDepthHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-