Class OrderRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.order.common.transfer.OrderRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderRoleTransfer
(PartyTransfer party, OrderRoleTypeTransfer orderRoleType) Creates a new instance of OrderRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the orderRoleType.getParty()
Returns the party.void
setOrderRoleType
(OrderRoleTypeTransfer orderRoleType) Sets the orderRoleType.void
setParty
(PartyTransfer party) Sets the party.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
-
OrderRoleTransfer
Creates a new instance of OrderRoleTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party
- the party to set
-
getOrderRoleType
Returns the orderRoleType.- Returns:
- the orderRoleType
-
setOrderRoleType
Sets the orderRoleType.- Parameters:
orderRoleType
- the orderRoleType to set
-