Class InventoryPartyStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryPartyStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryPartyStatusInventoryPartyStatus(InventoryPartyStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryPartyStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCondition(EntityPermission entityPermission) booleangetItem()getItem(EntityPermission entityPermission) booleangetParty()getParty(EntityPermission entityPermission) booleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetAvailableToPromise(Long availableToPromise) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidvoidvoidsetPartyPK(PartyPK partyPK) voidsetQuantityOnHand(Long quantityOnHand) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryPartyStatus
Creates a new instance of InventoryPartyStatus- Throws:
PersistenceException
-
InventoryPartyStatus
Creates a new instance of InventoryPartyStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryPartyStatusValue
-
setInventoryPartyStatusValue
public void setInventoryPartyStatusValue(InventoryPartyStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getQuantityOnHand
-
setQuantityOnHand
public void setQuantityOnHand(Long quantityOnHand) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityOnHandHasBeenModified
-
getAvailableToPromise
-
setAvailableToPromise
public void setAvailableToPromise(Long availableToPromise) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAvailableToPromiseHasBeenModified
-