Class PartyContactMechanismRelationshipTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.PartyContactMechanismRelationshipTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismRelationshipTransfer(PartyContactMechanismTransfer fromPartyContactMechanism, PartyContactMechanismTransfer toPartyContactMechanism) Creates a new instance of PostalAddressLineTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the fromPartyContactMechanism.Returns the toPartyContactMechanism.voidsetFromPartyContactMechanism(PartyContactMechanismTransfer fromPartyContactMechanism) Sets the fromPartyContactMechanism.voidsetToPartyContactMechanism(PartyContactMechanismTransfer toPartyContactMechanism) Sets the toPartyContactMechanism.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
-
PartyContactMechanismRelationshipTransfer
public PartyContactMechanismRelationshipTransfer(PartyContactMechanismTransfer fromPartyContactMechanism, PartyContactMechanismTransfer toPartyContactMechanism) Creates a new instance of PostalAddressLineTransfer
-
-
Method Details
-
getFromPartyContactMechanism
Returns the fromPartyContactMechanism.- Returns:
- the fromPartyContactMechanism
-
setFromPartyContactMechanism
Sets the fromPartyContactMechanism.- Parameters:
fromPartyContactMechanism- the fromPartyContactMechanism to set
-
getToPartyContactMechanism
Returns the toPartyContactMechanism.- Returns:
- the toPartyContactMechanism
-
setToPartyContactMechanism
Sets the toPartyContactMechanism.- Parameters:
toPartyContactMechanism- the toPartyContactMechanism to set
-