Class CampaignSourceDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.campaign.common.transfer.CampaignSourceDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCampaignSourceDescriptionTransfer
(LanguageTransfer language, CampaignSourceTransfer campaignSource, String description) Creates a new instance of CampaignSourceDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the campaignSource.Returns the description.Returns the language.void
setCampaignSource
(CampaignSourceTransfer campaignSource) Sets the campaignSource.void
setDescription
(String description) Sets the description.void
setLanguage
(LanguageTransfer language) Sets the 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
-
CampaignSourceDescriptionTransfer
public CampaignSourceDescriptionTransfer(LanguageTransfer language, CampaignSourceTransfer campaignSource, String description) Creates a new instance of CampaignSourceDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language
- the language to set
-
getCampaignSource
Returns the campaignSource.- Returns:
- the campaignSource
-
setCampaignSource
Sets the campaignSource.- Parameters:
campaignSource
- the campaignSource to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-