Class TextDecorationDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.TextDecorationDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextDecorationDescriptionTransfer(LanguageTransfer language, TextDecorationTransfer textDecoration, String description) Creates a new instance of TextDecorationDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the language.Returns the textDecoration.voidsetDescription(String description) Sets the description.voidsetLanguage(LanguageTransfer language) Sets the language.voidsetTextDecoration(TextDecorationTransfer textDecoration) Sets the textDecoration.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
-
TextDecorationDescriptionTransfer
public TextDecorationDescriptionTransfer(LanguageTransfer language, TextDecorationTransfer textDecoration, String description) Creates a new instance of TextDecorationDescriptionTransfer
-
-
Method Details
-
getLanguage
Returns the language.- Returns:
- the language
-
setLanguage
Sets the language.- Parameters:
language- the language to set
-
getTextDecoration
Returns the textDecoration.- Returns:
- the textDecoration
-
setTextDecoration
Sets the textDecoration.- Parameters:
textDecoration- the textDecoration to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-