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 TypeMethodDescriptionvoid
clone()
boolean
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
setMaximumInventory
(Long maximumInventory) void
setMinimumInventory
(Long minimumInventory) void
setPartyPK
(PartyPK partyPK) void
setReorderQuantity
(Long reorderQuantity) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PartyInventoryLevelPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyInventoryLevelPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyInventoryLevelPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-