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