Class VendorResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.vendor.common.transfer.VendorResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVendorResultTransfer
(String partyName, VendorTransfer vendor) Creates a new instance of VendorResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the partyName.Returns the vendor.void
setPartyName
(String partyName) Sets the partyName.void
setVendor
(VendorTransfer vendor) Sets the vendor.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
-
VendorResultTransfer
Creates a new instance of VendorResultTransfer
-
-
Method Details
-
getPartyName
Returns the partyName.- Returns:
- the partyName
-
setPartyName
Sets the partyName.- Parameters:
partyName
- the partyName to set
-
getVendor
Returns the vendor.- Returns:
- the vendor
-
setVendor
Sets the vendor.- Parameters:
vendor
- the vendor to set
-