Class InventoryLocationGroupCapacityValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationGroupCapacityPK>
com.echothree.model.data.inventory.server.value.InventoryLocationGroupCapacityValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryLocationGroupCapacityValue
extends BaseValue<InventoryLocationGroupCapacityPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationGroupCapacityValue
(InventoryLocationGroupCapacityPK inventoryLocationGroupCapacityPK, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupCapacityValueInventoryLocationGroupCapacityValue
(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupCapacityValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCapacity
(Long capacity) void
setFromTime
(Long fromTime) void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setThruTime
(Long thruTime) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationGroupCapacityValue
public InventoryLocationGroupCapacityValue(InventoryLocationGroupCapacityPK inventoryLocationGroupCapacityPK, InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupCapacityValue- Throws:
PersistenceNotNullException
-
InventoryLocationGroupCapacityValue
public InventoryLocationGroupCapacityValue(InventoryLocationGroupPK inventoryLocationGroupPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupCapacityValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryLocationGroupCapacityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryLocationGroupCapacityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryLocationGroupCapacityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryLocationGroupCapacityPK>
-
getInventoryLocationGroupPK
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationGroupPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getCapacity
-
setCapacity
- Throws:
PersistenceNotNullException
-
getCapacityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-