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