Class ItemUnitPriceLimitTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemUnitPriceLimitTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemUnitPriceLimitTransfer(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice) Creates a new instance of ItemUnitPriceLimitTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the currency.Returns the inventoryCondition.getItem()Returns the item.Returns the maximumUnitPrice.Returns the minimumUnitPrice.Returns the unformattedMaximumUnitPrice.Returns the unformattedMinimumUnitPrice.Returns the unitOfMeasureType.voidsetCurrency(CurrencyTransfer currency) Sets the currency.voidsetInventoryCondition(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.voidsetItem(ItemTransfer item) Sets the item.voidsetMaximumUnitPrice(String maximumUnitPrice) Sets the maximumUnitPrice.voidsetMinimumUnitPrice(String minimumUnitPrice) Sets the minimumUnitPrice.voidsetUnformattedMaximumUnitPrice(Long unformattedMaximumUnitPrice) Sets the unformattedMaximumUnitPrice.voidsetUnformattedMinimumUnitPrice(Long unformattedMinimumUnitPrice) Sets the unformattedMinimumUnitPrice.voidsetUnitOfMeasureType(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
ItemUnitPriceLimitTransfer
public ItemUnitPriceLimitTransfer(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice) Creates a new instance of ItemUnitPriceLimitTransfer
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item- the item to set
-
getInventoryCondition
Returns the inventoryCondition.- Returns:
- the inventoryCondition
-
setInventoryCondition
Sets the inventoryCondition.- Parameters:
inventoryCondition- the inventoryCondition to set
-
getUnitOfMeasureType
Returns the unitOfMeasureType.- Returns:
- the unitOfMeasureType
-
setUnitOfMeasureType
Sets the unitOfMeasureType.- Parameters:
unitOfMeasureType- the unitOfMeasureType to set
-
getCurrency
Returns the currency.- Returns:
- the currency
-
setCurrency
Sets the currency.- Parameters:
currency- the currency to set
-
getUnformattedMinimumUnitPrice
Returns the unformattedMinimumUnitPrice.- Returns:
- the unformattedMinimumUnitPrice
-
setUnformattedMinimumUnitPrice
Sets the unformattedMinimumUnitPrice.- Parameters:
unformattedMinimumUnitPrice- the unformattedMinimumUnitPrice to set
-
getMinimumUnitPrice
Returns the minimumUnitPrice.- Returns:
- the minimumUnitPrice
-
setMinimumUnitPrice
Sets the minimumUnitPrice.- Parameters:
minimumUnitPrice- the minimumUnitPrice to set
-
getUnformattedMaximumUnitPrice
Returns the unformattedMaximumUnitPrice.- Returns:
- the unformattedMaximumUnitPrice
-
setUnformattedMaximumUnitPrice
Sets the unformattedMaximumUnitPrice.- Parameters:
unformattedMaximumUnitPrice- the unformattedMaximumUnitPrice to set
-
getMaximumUnitPrice
Returns the maximumUnitPrice.- Returns:
- the maximumUnitPrice
-
setMaximumUnitPrice
Sets the maximumUnitPrice.- Parameters:
maximumUnitPrice- the maximumUnitPrice to set
-