Class ContactListGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.ContactListGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactListGroupTransfer
(String contactListGroupName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactListGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setContactListGroupName
(String contactListGroupName) void
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) 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
-
ContactListGroupTransfer
public ContactListGroupTransfer(String contactListGroupName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactListGroupTransfer
-
-
Method Details
-
getContactListGroupName
-
setContactListGroupName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-