Class PartyInventoryLevelValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyInventoryLevelPK>
com.echothree.model.data.inventory.server.value.PartyInventoryLevelValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyInventoryLevelValue
extends BaseValue<PartyInventoryLevelPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyInventoryLevelValue(PartyInventoryLevelPK partyInventoryLevelPK, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValuePartyInventoryLevelValue(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidsetMaximumInventory(Long maximumInventory) voidsetMinimumInventory(Long minimumInventory) voidsetPartyPK(PartyPK partyPK) voidsetReorderQuantity(Long reorderQuantity) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyInventoryLevelValue
public PartyInventoryLevelValue(PartyInventoryLevelPK partyInventoryLevelPK, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyInventoryLevelValue- Throws:
PersistenceNotNullException
-
PartyInventoryLevelValue
public PartyInventoryLevelValue(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyInventoryLevelValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyInventoryLevelPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyInventoryLevelPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyInventoryLevelPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyInventoryLevelPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getMinimumInventory
-
setMinimumInventory
-
getMinimumInventoryHasBeenModified
-
getMaximumInventory
-
setMaximumInventory
-
getMaximumInventoryHasBeenModified
-
getReorderQuantity
-
setReorderQuantity
-
getReorderQuantityHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-