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.voidsetInventoryCondition(InventoryConditionTransfer inventoryCondition) Sets the inventoryCondition.voidsetUnformattedUnitCost(Long unformattedUnitCost) Sets the unformattedUnitCost.voidsetUnitCost(String unitCost) Sets the unitCost.voidsetUnitOfMeasureType(UnitOfMeasureTypeTransfer unitOfMeasureType) Sets the unitOfMeasureType.voidsetVendorItem(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
-