Class ContactMechanismTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.ContactMechanismTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismTransfer(String contactMechanismName, ContactMechanismTypeTransfer contactMechanismType, Boolean allowSolicitation) Creates a new instance of ContactMechanismTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the allowSolicitation.Returns the contactEmailAddress.Returns the contactInet4Address.Returns the contactMechanismName.Returns the contactMechanismType.Returns the contactPostalAddress.Returns the contactTelephone.Returns the contactWebAddress.voidsetAllowSolicitation(Boolean allowSolicitation) Sets the allowSolicitation.voidsetContactEmailAddress(ContactEmailAddressTransfer contactEmailAddress) Sets the contactEmailAddress.voidsetContactInet4Address(ContactInet4AddressTransfer contactInet4Address) Sets the contactInet4Address.voidsetContactMechanismName(String contactMechanismName) Sets the contactMechanismName.voidsetContactMechanismType(ContactMechanismTypeTransfer contactMechanismType) Sets the contactMechanismType.voidsetContactPostalAddress(ContactPostalAddressTransfer contactPostalAddress) Sets the contactPostalAddress.voidsetContactTelephone(ContactTelephoneTransfer contactTelephone) Sets the contactTelephone.voidsetContactWebAddress(ContactWebAddressTransfer contactWebAddress) Sets the contactWebAddress.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
-
ContactMechanismTransfer
public ContactMechanismTransfer(String contactMechanismName, ContactMechanismTypeTransfer contactMechanismType, Boolean allowSolicitation) Creates a new instance of ContactMechanismTransfer
-
-
Method Details
-
getContactMechanismName
Returns the contactMechanismName.- Returns:
- the contactMechanismName
-
setContactMechanismName
Sets the contactMechanismName.- Parameters:
contactMechanismName- the contactMechanismName to set
-
getContactMechanismType
Returns the contactMechanismType.- Returns:
- the contactMechanismType
-
setContactMechanismType
Sets the contactMechanismType.- Parameters:
contactMechanismType- the contactMechanismType to set
-
getAllowSolicitation
Returns the allowSolicitation.- Returns:
- the allowSolicitation
-
setAllowSolicitation
Sets the allowSolicitation.- Parameters:
allowSolicitation- the allowSolicitation to set
-
getContactEmailAddress
Returns the contactEmailAddress.- Returns:
- the contactEmailAddress
-
setContactEmailAddress
Sets the contactEmailAddress.- Parameters:
contactEmailAddress- the contactEmailAddress to set
-
getContactPostalAddress
Returns the contactPostalAddress.- Returns:
- the contactPostalAddress
-
setContactPostalAddress
Sets the contactPostalAddress.- Parameters:
contactPostalAddress- the contactPostalAddress to set
-
getContactTelephone
Returns the contactTelephone.- Returns:
- the contactTelephone
-
setContactTelephone
Sets the contactTelephone.- Parameters:
contactTelephone- the contactTelephone to set
-
getContactWebAddress
Returns the contactWebAddress.- Returns:
- the contactWebAddress
-
setContactWebAddress
Sets the contactWebAddress.- Parameters:
contactWebAddress- the contactWebAddress to set
-
getContactInet4Address
Returns the contactInet4Address.- Returns:
- the contactInet4Address
-
setContactInet4Address
Sets the contactInet4Address.- Parameters:
contactInet4Address- the contactInet4Address to set
-