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 SummaryConstructorsConstructorDescriptionFontWeightDescriptionTransfer(LanguageTransfer language, FontWeightTransfer fontWeight, String description) Creates a new instance of FontWeightDescriptionTransfer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description.Returns the fontWeight.Returns the language.voidsetDescription(String description) Sets the description.voidsetFontWeight(FontWeightTransfer fontWeight) Sets the fontWeight.voidsetLanguage(LanguageTransfer language) Sets the language.Methods inherited from class com.echothree.util.common.transfer.BaseTransferaddComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
- 
Constructor Details- 
FontWeightDescriptionTransferpublic FontWeightDescriptionTransfer(LanguageTransfer language, FontWeightTransfer fontWeight, String description) Creates a new instance of FontWeightDescriptionTransfer
 
- 
- 
Method Details- 
getLanguageReturns the language.- Returns:
- the language
 
- 
setLanguageSets the language.- Parameters:
- language- the language to set
 
- 
getFontWeightReturns the fontWeight.- Returns:
- the fontWeight
 
- 
setFontWeightSets the fontWeight.- Parameters:
- fontWeight- the fontWeight to set
 
- 
getDescriptionReturns the description.- Returns:
- the description
 
- 
setDescriptionSets the description.- Parameters:
- description- the description to set
 
 
-