Class ItemUnitPriceLimit
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.ItemUnitPriceLimit
- 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 ItemUnitPriceLimitItemUnitPriceLimit(ItemUnitPriceLimitValue value, EntityPermission entityPermission) Creates a new instance of ItemUnitPriceLimit -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleangetInventoryCondition(EntityPermission entityPermission) getInventoryCondition(Session session) getInventoryCondition(Session session, EntityPermission entityPermission) getInventoryConditionForUpdate(Session session) booleangetItem()getItem(EntityPermission entityPermission) getItem(Session session, EntityPermission entityPermission) getItemForUpdate(Session session) booleanbooleanbooleanbooleangetUnitOfMeasureType(EntityPermission entityPermission) getUnitOfMeasureType(Session session) getUnitOfMeasureType(Session session, EntityPermission entityPermission) getUnitOfMeasureTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidvoidsetInventoryConditionPK(InventoryConditionPK inventoryConditionPK) voidvoidvoidvoidsetMaximumUnitPrice(Long maximumUnitPrice) voidsetMinimumUnitPrice(Long minimumUnitPrice) voidsetThruTime(Long thruTime) voidvoidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ItemUnitPriceLimit
Creates a new instance of ItemUnitPriceLimit- Throws:
PersistenceException
-
ItemUnitPriceLimit
Creates a new instance of ItemUnitPriceLimit
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getItemUnitPriceLimitValue
-
setItemUnitPriceLimitValue
public void setItemUnitPriceLimitValue(ItemUnitPriceLimitValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
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
-
getUnitOfMeasureTypePK
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureType
-
getUnitOfMeasureTypeForUpdate
-
getUnitOfMeasureTypeForUpdate
-
setUnitOfMeasureTypePK
public void setUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setUnitOfMeasureType
-
getUnitOfMeasureTypePKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getMinimumUnitPrice
-
setMinimumUnitPrice
public void setMinimumUnitPrice(Long minimumUnitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumUnitPriceHasBeenModified
-
getMaximumUnitPrice
-
setMaximumUnitPrice
public void setMaximumUnitPrice(Long maximumUnitPrice) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-