Class ContactListGroupDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.ContactListGroupDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactListGroupDescriptionTransfer(LanguageTransfer language, ContactListGroupTransfer contactListGroup, String description) Creates a new instance of ContactListGroupDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContactListGroup(ContactListGroupTransfer contactListGroup) voidsetDescription(String description) voidsetLanguage(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
-
ContactListGroupDescriptionTransfer
public ContactListGroupDescriptionTransfer(LanguageTransfer language, ContactListGroupTransfer contactListGroup, String description) Creates a new instance of ContactListGroupDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getContactListGroup
-
setContactListGroup
-
getDescription
-
setDescription
-