Class VendorItemCostTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.vendor.common.transfer.VendorItemCostTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVendorItemCostTransfer
(VendorItemTransfer vendorItem, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long unformattedUnitCost, String unitCost) Creates a new instance of VendorItemCostTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the inventoryCondition.Returns the unformattedUnitCost.Returns the unitCost.Returns the unitOfMeasureType.Returns the vendorItem.void
setInventoryCondition
(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.void
setUnformattedUnitCost
(Long unformattedUnitCost) Sets the unformattedUnitCost.void
setUnitCost
(String unitCost) Sets the unitCost.void
setUnitOfMeasureType
(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.void
setVendorItem
(VendorItemTransfer vendorItem) Sets the vendorItem.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
-
VendorItemCostTransfer
public VendorItemCostTransfer(VendorItemTransfer vendorItem, InventoryConditionTransfer inventoryCondition, UnitOfMeasureTypeTransfer unitOfMeasureType, Long unformattedUnitCost, String unitCost) Creates a new instance of VendorItemCostTransfer
-
-
Method Details
-
getVendorItem
Returns the vendorItem.- Returns:
- the vendorItem
-
setVendorItem
Sets the vendorItem.- Parameters:
vendorItem
- the vendorItem 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
-
getUnformattedUnitCost
Returns the unformattedUnitCost.- Returns:
- the unformattedUnitCost
-
setUnformattedUnitCost
Sets the unformattedUnitCost.- Parameters:
unformattedUnitCost
- the unformattedUnitCost to set
-
getUnitCost
Returns the unitCost.- Returns:
- the unitCost
-
setUnitCost
Sets the unitCost.- Parameters:
unitCost
- the unitCost to set
-