Class InventoryPartyStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryPartyStatusPK>
com.echothree.model.data.inventory.server.value.InventoryPartyStatusValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryPartyStatusValue
extends BaseValue<InventoryPartyStatusPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryPartyStatusValue(InventoryPartyStatusPK inventoryPartyStatusPK, PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryPartyStatusValueInventoryPartyStatusValue(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantityOnHand, Long availableToPromise) Creates a new instance of InventoryPartyStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAvailableToPromise(Long availableToPromise) voidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidsetPartyPK(PartyPK partyPK) voidsetQuantityOnHand(Long quantityOnHand) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryPartyStatusValue
public InventoryPartyStatusValue(InventoryPartyStatusPK inventoryPartyStatusPK, PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryPartyStatusValue- Throws:
PersistenceNotNullException
-
InventoryPartyStatusValue
public InventoryPartyStatusValue(PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantityOnHand, Long availableToPromise) throws PersistenceNotNullException Creates a new instance of InventoryPartyStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryPartyStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryPartyStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryPartyStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryPartyStatusPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getUnitOfMeasureTypePKHasBeenModified
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
- Throws:
PersistenceNotNullException
-
getQuantityOnHandHasBeenModified
-
getAvailableToPromise
-
setAvailableToPromise
- Throws:
PersistenceNotNullException
-
getAvailableToPromiseHasBeenModified
-