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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCapacity(Long capacity) voidsetFromTime(Long fromTime) voidsetInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(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:
getBaseFactoryInstancein classBaseValue<InventoryLocationGroupCapacityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLocationGroupCapacityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLocationGroupCapacityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-