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