Class CommunicationEventRoleTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.communication.common.transfer.CommunicationEventRoleTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventRoleTransfer(CommunicationEventTransfer communicationEvent, PartyTransfer party, CommunicationEventRoleTypeTransfer communicationEventRoleType) Creates a new instance of CommunicationEventRoleTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetParty()voidsetCommunicationEvent(CommunicationEventTransfer communicationEvent) voidsetCommunicationEventRoleType(CommunicationEventRoleTypeTransfer communicationEventRoleType) voidsetParty(PartyTransfer 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
-
CommunicationEventRoleTransfer
public CommunicationEventRoleTransfer(CommunicationEventTransfer communicationEvent, PartyTransfer party, CommunicationEventRoleTypeTransfer communicationEventRoleType) Creates a new instance of CommunicationEventRoleTransfer
-
-
Method Details
-
getCommunicationEvent
-
setCommunicationEvent
-
getParty
-
setParty
-
getCommunicationEventRoleType
-
setCommunicationEventRoleType
public void setCommunicationEventRoleType(CommunicationEventRoleTypeTransfer communicationEventRoleType)
-