Class ItemVolumeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemVolumePK>
com.echothree.model.data.item.server.value.ItemVolumeValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemVolumeValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValueItemVolumeValue(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetDepth()booleanbooleanbooleanbooleanbooleanbooleanbooleangetWidth()booleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidvoidvoidsetItemVolumeTypePK(ItemVolumeTypePK itemVolumeTypePK) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemVolumeValue
public ItemVolumeValue(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemVolumeValue- Throws:
PersistenceNotNullException
-
ItemVolumeValue
public ItemVolumeValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemVolumeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemVolumePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemVolumePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemVolumePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemVolumePK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getItemVolumeTypePK
-
setItemVolumeTypePK
public void setItemVolumeTypePK(ItemVolumeTypePK itemVolumeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemVolumeTypePKHasBeenModified
-
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
-