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.void
setCancellationPolicy
(CancellationPolicyTransfer cancellationPolicy) Sets the cancellationPolicy.void
setDescription
(String description) Sets the description.void
setItem
(ItemTransfer item) Sets the item.void
setPriority
(Integer priority) Sets the priority.void
setReturnPolicy
(ReturnPolicyTransfer returnPolicy) Sets the returnPolicy.void
setVendor
(VendorTransfer vendor) Sets the vendor.void
setVendorItemCosts
(ListWrapper<VendorItemCostTransfer> vendorItemCosts) Sets the vendorItemCosts.void
setVendorItemName
(String vendorItemName) Sets the vendorItemName.void
setVendorItemStatus
(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
-