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