Class VendorItemTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.vendor.common.transfer.VendorItemTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVendorItemTransfer(ItemTransfer item, VendorTransfer vendor, String vendorItemName, String description, Integer priority, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, WorkflowEntityStatusTransfer vendorItemStatus) Creates a new instance of VendorItemTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the cancellationPolicy.Returns the description.getItem()Returns the item.Returns the priority.Returns the returnPolicy.Returns the vendor.Returns the vendorItemCosts.Returns the vendorItemName.Returns the vendorItemStatus.voidsetCancellationPolicy(CancellationPolicyTransfer cancellationPolicy) Sets the cancellationPolicy.voidsetDescription(String description) Sets the description.voidsetItem(ItemTransfer item) Sets the item.voidsetPriority(Integer priority) Sets the priority.voidsetReturnPolicy(ReturnPolicyTransfer returnPolicy) Sets the returnPolicy.voidsetVendor(VendorTransfer vendor) Sets the vendor.voidsetVendorItemCosts(ListWrapper<VendorItemCostTransfer> vendorItemCosts) Sets the vendorItemCosts.voidsetVendorItemName(String vendorItemName) Sets the vendorItemName.voidsetVendorItemStatus(WorkflowEntityStatusTransfer vendorItemStatus) Sets the vendorItemStatus.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
-
VendorItemTransfer
public VendorItemTransfer(ItemTransfer item, VendorTransfer vendor, String vendorItemName, String description, Integer priority, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, WorkflowEntityStatusTransfer vendorItemStatus) Creates a new instance of VendorItemTransfer
-
-
Method Details
-
getItem
Returns the item.- Returns:
- the item
-
setItem
Sets the item.- Parameters:
item- the item to set
-
getVendor
Returns the vendor.- Returns:
- the vendor
-
setVendor
Sets the vendor.- Parameters:
vendor- the vendor to set
-
getVendorItemName
Returns the vendorItemName.- Returns:
- the vendorItemName
-
setVendorItemName
Sets the vendorItemName.- Parameters:
vendorItemName- the vendorItemName to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getPriority
Returns the priority.- Returns:
- the priority
-
setPriority
Sets the priority.- Parameters:
priority- the priority to set
-
getCancellationPolicy
Returns the cancellationPolicy.- Returns:
- the cancellationPolicy
-
setCancellationPolicy
Sets the cancellationPolicy.- Parameters:
cancellationPolicy- the cancellationPolicy to set
-
getReturnPolicy
Returns the returnPolicy.- Returns:
- the returnPolicy
-
setReturnPolicy
Sets the returnPolicy.- Parameters:
returnPolicy- the returnPolicy to set
-
getVendorItemStatus
Returns the vendorItemStatus.- Returns:
- the vendorItemStatus
-
setVendorItemStatus
Sets the vendorItemStatus.- Parameters:
vendorItemStatus- the vendorItemStatus to set
-
getVendorItemCosts
Returns the vendorItemCosts.- Returns:
- the vendorItemCosts
-
setVendorItemCosts
Sets the vendorItemCosts.- Parameters:
vendorItemCosts- the vendorItemCosts to set
-