Class LocationVolume
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.warehouse.server.entity.LocationVolume
- 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 LocationVolumeLocationVolume(LocationVolumeValue value, EntityPermission entityPermission) Creates a new instance of LocationVolume -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDepth()booleanbooleanbooleangetLocation(EntityPermission entityPermission) booleanbooleangetWidth()booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetLocation(Location entity) voidsetLocationPK(LocationPK locationPK) voidvoidsetThruTime(Long thruTime) voidvoidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
LocationVolume
Creates a new instance of LocationVolume- Throws:
PersistenceException
-
LocationVolume
Creates a new instance of LocationVolume
-
-
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
-
getLocationVolumeValue
-
setLocationVolumeValue
public void setLocationVolumeValue(@Nonnull LocationVolumeValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLocationPK
-
getLocation
-
getLocation
-
getLocationForUpdate
-
setLocationPK
public void setLocationPK(@Nonnull LocationPK locationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLocation
-
getLocationPKHasBeenModified
-
getHeight
-
setHeight
public void setHeight(@Nonnull Long height) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHeightHasBeenModified
-
getWidth
-
setWidth
public void setWidth(@Nonnull Long width) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWidthHasBeenModified
-
getDepth
-
setDepth
public void setDepth(@Nonnull Long depth) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDepthHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-