Class LocationVolumeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LocationVolumePK>
com.echothree.model.data.warehouse.server.value.LocationVolumeValue
- All Implemented Interfaces:
 Serializable,Cloneable
public class LocationVolumeValue
extends BaseValue<LocationVolumePK>
implements Cloneable, Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId - 
Constructor Summary
ConstructorsConstructorDescriptionLocationVolumeValue(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of LocationVolumeValueLocationVolumeValue(LocationVolumePK locationVolumePK, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of LocationVolumeValue - 
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetDepth()booleanbooleanbooleanbooleanbooleangetWidth()booleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidvoidsetLocationPK(LocationPK locationPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId 
- 
Constructor Details
- 
LocationVolumeValue
public LocationVolumeValue(LocationVolumePK locationVolumePK, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationVolumeValue- Throws:
 PersistenceNotNullException
 - 
LocationVolumeValue
public LocationVolumeValue(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LocationVolumeValue- Throws:
 PersistenceNotNullException
 
 - 
 - 
Method Details
- 
getBaseFactoryInstance
- Specified by:
 getBaseFactoryInstancein classBaseValue<LocationVolumePK>
 - 
clone
 - 
getPrimaryKey
- Specified by:
 getPrimaryKeyin classBaseValue<LocationVolumePK>
 - 
hashCode
 - 
toString
 - 
equals
 - 
isIdentical
 - 
hasBeenModified
- Specified by:
 hasBeenModifiedin classBaseValue<LocationVolumePK>
 - 
clearHasBeenModified
- Specified by:
 clearHasBeenModifiedin classBaseValue<LocationVolumePK>
 - 
getLocationPK
 - 
setLocationPK
- Throws:
 PersistenceNotNullException
 - 
getLocationPKHasBeenModified
 - 
getHeight
 - 
setHeight
- Throws:
 PersistenceNotNullException
 - 
getHeightHasBeenModified
 - 
getWidth
 - 
setWidth
- Throws:
 PersistenceNotNullException
 - 
getWidthHasBeenModified
 - 
getDepth
 - 
setDepth
- Throws:
 PersistenceNotNullException
 - 
getDepthHasBeenModified
 - 
getFromTime
 - 
setFromTime
- Throws:
 PersistenceNotNullException
 - 
getFromTimeHasBeenModified
 - 
getThruTime
 - 
setThruTime
- Throws:
 PersistenceNotNullException
 - 
getThruTimeHasBeenModified
 
 -