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 Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemUnitLimitValue
(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 Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
setMaximumQuantity
(Long maximumQuantity) void
setMinimumQuantity
(Long minimumQuantity) 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
-
ItemUnitLimitValue
public 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
-
ItemUnitLimitValue
public 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:
getBaseFactoryInstance
in classBaseValue<ItemUnitLimitPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemUnitLimitPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemUnitLimitPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemUnitLimitPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public 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
-