Class ItemPriceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemPriceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionItemPriceTransfer
(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedUnitPrice, String unitPrice, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice, Long unformattedUnitPriceIncrement, String unitPriceIncrement) Creates a new instance of ItemPriceTransfer -
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 unformattedUnitPrice.Returns the unformattedUnitPriceIncrement.Returns the unitOfMeasureType.Returns the unitPrice.Returns the unitPriceIncrement.void
setCurrency
(CurrencyTransfer currency) Sets the currency.void
setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.void
setItem
(ItemTransfer item) Sets the item.void
setMaximumUnitPrice
(String maximumUnitPrice) Sets the maximumUnitPrice.void
setMinimumUnitPrice
(String minimumUnitPrice) Sets the minimumUnitPrice.void
setUnformattedMaximumUnitPrice
(Long unformattedMaximumUnitPrice) Sets the unformattedMaximumUnitPrice.void
setUnformattedMinimumUnitPrice
(Long unformattedMinimumUnitPrice) Sets the unformattedMinimumUnitPrice.void
setUnformattedUnitPrice
(Long unformattedUnitPrice) Sets the unformattedUnitPrice.void
setUnformattedUnitPriceIncrement
(Long unformattedUnitPriceIncrement) Sets the unformattedUnitPriceIncrement.void
setUnitOfMeasureType
(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.void
setUnitPrice
(String unitPrice) Sets the unitPrice.void
setUnitPriceIncrement
(String unitPriceIncrement) Sets the unitPriceIncrement.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
-
ItemPriceTransfer
public ItemPriceTransfer(ItemTransfer item, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, CurrencyTransfer currency, Long unformattedUnitPrice, String unitPrice, Long unformattedMinimumUnitPrice, String minimumUnitPrice, Long unformattedMaximumUnitPrice, String maximumUnitPrice, Long unformattedUnitPriceIncrement, String unitPriceIncrement) Creates a new instance of ItemPriceTransfer
-
-
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
-
getUnformattedUnitPrice
Returns the unformattedUnitPrice.- Returns:
- the unformattedUnitPrice
-
setUnformattedUnitPrice
Sets the unformattedUnitPrice.- Parameters:
unformattedUnitPrice
- the unformattedUnitPrice to set
-
getUnitPrice
Returns the unitPrice.- Returns:
- the unitPrice
-
setUnitPrice
Sets the unitPrice.- Parameters:
unitPrice
- the unitPrice 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
-
getUnformattedUnitPriceIncrement
Returns the unformattedUnitPriceIncrement.- Returns:
- the unformattedUnitPriceIncrement
-
setUnformattedUnitPriceIncrement
Sets the unformattedUnitPriceIncrement.- Parameters:
unformattedUnitPriceIncrement
- the unformattedUnitPriceIncrement to set
-
getUnitPriceIncrement
Returns the unitPriceIncrement.- Returns:
- the unitPriceIncrement
-
setUnitPriceIncrement
Sets the unitPriceIncrement.- Parameters:
unitPriceIncrement
- the unitPriceIncrement to set
-