Class PartyResponsibilityTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.employee.common.transfer.PartyResponsibilityTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyResponsibilityTransfer(PartyTransfer party, ResponsibilityTypeTransfer responsibilityType) Creates a new instance of PartyResponsibilityTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetParty()voidsetParty(PartyTransfer party) voidsetResponsibilityType(ResponsibilityTypeTransfer responsibilityType) 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
-
PartyResponsibilityTransfer
public PartyResponsibilityTransfer(PartyTransfer party, ResponsibilityTypeTransfer responsibilityType) Creates a new instance of PartyResponsibilityTransfer
-
-
Method Details
-
getParty
-
setParty
-
getResponsibilityType
-
setResponsibilityType
-