Class ItemPackCheckRequirementValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemPackCheckRequirementPK>
com.echothree.model.data.item.server.value.ItemPackCheckRequirementValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemPackCheckRequirementValue
extends BaseValue<ItemPackCheckRequirementPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemPackCheckRequirementValue
(ItemPackCheckRequirementPK itemPackCheckRequirementPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemPackCheckRequirementValueItemPackCheckRequirementValue
(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemPackCheckRequirementValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) 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
-
ItemPackCheckRequirementValue
public ItemPackCheckRequirementValue(ItemPackCheckRequirementPK itemPackCheckRequirementPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemPackCheckRequirementValue- Throws:
PersistenceNotNullException
-
ItemPackCheckRequirementValue
public ItemPackCheckRequirementValue(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemPackCheckRequirementValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemPackCheckRequirementPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemPackCheckRequirementPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemPackCheckRequirementPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemPackCheckRequirementPK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
-
getUnitOfMeasureTypePKHasBeenModified
-
getMinimumQuantity
-
setMinimumQuantity
-
getMinimumQuantityHasBeenModified
-
getMaximumQuantity
-
setMaximumQuantity
-
getMaximumQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-