Class PartyInventoryLevel
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.PartyInventoryLevel
- 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 PartyInventoryLevelPartyInventoryLevel
(PartyInventoryLevelValue value, EntityPermission entityPermission) Creates a new instance of PartyInventoryLevel -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getInventoryCondition
(EntityPermission entityPermission) getInventoryCondition
(Session session) getInventoryCondition
(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate
(Session session) boolean
getItem()
getItem
(EntityPermission entityPermission) getItem
(Session session, EntityPermission entityPermission) getItemForUpdate
(Session session) boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
void
void
setMaximumInventory
(Long maximumInventory) void
setMinimumInventory
(Long minimumInventory) void
void
void
setPartyPK
(PartyPK partyPK) void
setReorderQuantity
(Long reorderQuantity) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyInventoryLevel
Creates a new instance of PartyInventoryLevel- Throws:
PersistenceException
-
PartyInventoryLevel
Creates a new instance of PartyInventoryLevel
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyInventoryLevelValue
-
setPartyInventoryLevelValue
public void setPartyInventoryLevelValue(PartyInventoryLevelValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getItemPK
-
getItem
-
getItem
-
getItem
-
getItem
-
getItemForUpdate
-
getItemForUpdate
-
setItemPK
public void setItemPK(ItemPK itemPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setItem
-
getItemPKHasBeenModified
-
getInventoryConditionPK
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryCondition
-
getInventoryConditionForUpdate
-
getInventoryConditionForUpdate
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCondition
-
getInventoryConditionPKHasBeenModified
-
getMinimumInventory
-
setMinimumInventory
public void setMinimumInventory(Long minimumInventory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumInventoryHasBeenModified
-
getMaximumInventory
-
setMaximumInventory
public void setMaximumInventory(Long maximumInventory) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumInventoryHasBeenModified
-
getReorderQuantity
-
setReorderQuantity
public void setReorderQuantity(Long reorderQuantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReorderQuantityHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-