Class ContactMechanismResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.ContactMechanismResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismResultTransfer(String contactMechanismName, ContactMechanismTransfer contactMechanism) Creates a new instance of ContactMechanismResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contactMechanism.Returns the contactMechanismName.voidsetContactMechanism(ContactMechanismTransfer contactMechanism) Sets the contactMechanism.voidsetContactMechanismName(String contactMechanismName) Sets the contactMechanismName.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
-
ContactMechanismResultTransfer
public ContactMechanismResultTransfer(String contactMechanismName, ContactMechanismTransfer contactMechanism) Creates a new instance of ContactMechanismResultTransfer
-
-
Method Details
-
getContactMechanismName
Returns the contactMechanismName.- Returns:
- the contactMechanismName
-
setContactMechanismName
Sets the contactMechanismName.- Parameters:
contactMechanismName- the contactMechanismName to set
-
getContactMechanism
Returns the contactMechanism.- Returns:
- the contactMechanism
-
setContactMechanism
Sets the contactMechanism.- Parameters:
contactMechanism- the contactMechanism to set
-