Class ItemUnitLimitValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemUnitLimitPK>
com.echothree.model.data.item.server.value.ItemUnitLimitValue
- All Implemented Interfaces:
- Serializable,- Cloneable
public class ItemUnitLimitValue
extends BaseValue<ItemUnitLimitPK>
implements Cloneable, Serializable
- See Also:
- 
Field SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionItemUnitLimitValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValueItemUnitLimitValue(ItemUnitLimitPK itemUnitLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValue
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidsetMaximumQuantity(Long maximumQuantity) voidsetMinimumQuantity(Long minimumQuantity) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
ItemUnitLimitValuepublic ItemUnitLimitValue(ItemUnitLimitPK itemUnitLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemUnitLimitValue- Throws:
- PersistenceNotNullException
 
- 
ItemUnitLimitValuepublic ItemUnitLimitValue(ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemUnitLimitValue- Throws:
- PersistenceNotNullException
 
 
- 
- 
Method Details- 
getBaseFactoryInstance- Specified by:
- getBaseFactoryInstancein class- BaseValue<ItemUnitLimitPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<ItemUnitLimitPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<ItemUnitLimitPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<ItemUnitLimitPK>
 
- 
getItemPK
- 
setItemPK- Throws:
- PersistenceNotNullException
 
- 
getItemPKHasBeenModified
- 
getInventoryConditionPK
- 
setInventoryConditionPKpublic void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getInventoryConditionPKHasBeenModified
- 
getUnitOfMeasureTypePK
- 
setUnitOfMeasureTypePKpublic void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
- PersistenceNotNullException
 
- 
getUnitOfMeasureTypePKHasBeenModified
- 
getMinimumQuantity
- 
setMinimumQuantity
- 
getMinimumQuantityHasBeenModified
- 
getMaximumQuantity
- 
setMaximumQuantity
- 
getMaximumQuantityHasBeenModified
- 
getFromTime
- 
setFromTime- Throws:
- PersistenceNotNullException
 
- 
getFromTimeHasBeenModified
- 
getThruTime
- 
setThruTime- Throws:
- PersistenceNotNullException
 
- 
getThruTimeHasBeenModified
 
-