Class ContactListDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.ContactListDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactListDescriptionTransfer
(LanguageTransfer language, ContactListTransfer contactList, String description) Creates a new instance of ContactListDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setContactList
(ContactListTransfer contactList) void
setDescription
(String description) void
setLanguage
(LanguageTransfer language) 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
-
ContactListDescriptionTransfer
public ContactListDescriptionTransfer(LanguageTransfer language, ContactListTransfer contactList, String description) Creates a new instance of ContactListDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getContactList
-
setContactList
-
getDescription
-
setDescription
-