Class InventoryLocationGroupVolumeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationGroupVolumePK>
com.echothree.model.data.inventory.server.value.InventoryLocationGroupVolumeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryLocationGroupVolumeValue
extends BaseValue<InventoryLocationGroupVolumePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationGroupVolumeValue
(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValueInventoryLocationGroupVolumeValue
(InventoryLocationGroupVolumePK inventoryLocationGroupVolumePK, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getDepth()
boolean
boolean
boolean
boolean
boolean
getWidth()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationGroupVolumeValue
public InventoryLocationGroupVolumeValue(InventoryLocationGroupVolumePK inventoryLocationGroupVolumePK, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupVolumeValue- Throws:
PersistenceNotNullException
-
InventoryLocationGroupVolumeValue
public InventoryLocationGroupVolumeValue(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupVolumeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryLocationGroupVolumePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryLocationGroupVolumePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryLocationGroupVolumePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryLocationGroupVolumePK>
-
getInventoryLocationGroupPK
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationGroupPKHasBeenModified
-
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
-