Class ContactListTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.ContactListTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactListTransfer
(String contactListName, ContactListGroupTransfer contactListGroup, ContactListTypeTransfer contactListType, ContactListFrequencyTransfer contactListFrequency, WorkflowEntranceTransfer defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactListTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contactListFrequency.Returns the contactListGroup.Returns the contactListName.Returns the contactListType.Returns the defaultPartyContactListStatus.Returns the description.Returns the isDefault.Returns the sortOrder.void
setContactListFrequency
(ContactListFrequencyTransfer contactListFrequency) Sets the contactListFrequency.void
setContactListGroup
(ContactListGroupTransfer contactListGroup) Sets the contactListGroup.void
setContactListName
(String contactListName) Sets the contactListName.void
setContactListType
(ContactListTypeTransfer contactListType) Sets the contactListType.void
setDefaultPartyContactListStatus
(WorkflowEntranceTransfer defaultPartyContactListStatus) Sets the defaultPartyContactListStatus.void
setDescription
(String description) Sets the description.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setSortOrder
(Integer sortOrder) Sets the 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
-
ContactListTransfer
public ContactListTransfer(String contactListName, ContactListGroupTransfer contactListGroup, ContactListTypeTransfer contactListType, ContactListFrequencyTransfer contactListFrequency, WorkflowEntranceTransfer defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactListTransfer
-
-
Method Details
-
getContactListName
Returns the contactListName.- Returns:
- the contactListName
-
setContactListName
Sets the contactListName.- Parameters:
contactListName
- the contactListName to set
-
getContactListGroup
Returns the contactListGroup.- Returns:
- the contactListGroup
-
setContactListGroup
Sets the contactListGroup.- Parameters:
contactListGroup
- the contactListGroup to set
-
getContactListType
Returns the contactListType.- Returns:
- the contactListType
-
setContactListType
Sets the contactListType.- Parameters:
contactListType
- the contactListType to set
-
getContactListFrequency
Returns the contactListFrequency.- Returns:
- the contactListFrequency
-
setContactListFrequency
Sets the contactListFrequency.- Parameters:
contactListFrequency
- the contactListFrequency to set
-
getDefaultPartyContactListStatus
Returns the defaultPartyContactListStatus.- Returns:
- the defaultPartyContactListStatus
-
setDefaultPartyContactListStatus
public void setDefaultPartyContactListStatus(WorkflowEntranceTransfer defaultPartyContactListStatus) Sets the defaultPartyContactListStatus.- Parameters:
defaultPartyContactListStatus
- the defaultPartyContactListStatus to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-