Class DTODataCollectionNodeProperties
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNodeProperties
- All Implemented Interfaces:
Serializable
DTO for data collection node properties.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the data collection node code.getColor()Returns the data collection node color.Returns the font color.Returns the data collection node description.Returns the data collection node detailed description.Returns the heading type.getNote()Returns the data collection node note.booleanReturns whether the font is bold.booleanReturns whether font properties are enabled.booleanReturns whether the font is italic.booleanReturns whether the font is underlined.voidsetBoldFont(boolean boldFont) Sets whether the font is bold.voidSets the data collection node code.voidSets the data collection node color.voidsetColorFont(String colorFont) Sets the font color.voidsetDescription(LocalizedString description) Sets the data collection node description.voidsetDetailedDescription(LocalizedString detailedDescription) Sets the data collection node detailed description.voidsetFontProperties(boolean fontProperties) Sets whether font properties are enabled.voidsetHeadingType(String headingType) Sets the heading type.voidsetItalicFont(boolean italicFont) Sets whether the font is italic.voidSets the data collection node note.voidsetUnderlineFont(boolean underlineFont) Sets whether the font is underlined.
-
Constructor Details
-
DTODataCollectionNodeProperties
public DTODataCollectionNodeProperties()
-
-
Method Details
-
getCode
Returns the data collection node code.- Returns:
- the code
-
setCode
Sets the data collection node code.- Parameters:
code- the code
-
getDescription
Returns the data collection node description.- Returns:
- the description
-
setDescription
Sets the data collection node description.- Parameters:
description- the description
-
getColor
Returns the data collection node color.- Returns:
- the color
-
setColor
Sets the data collection node color.- Parameters:
color- the color
-
getNote
Returns the data collection node note.- Returns:
- the note
-
setNote
Sets the data collection node note.- Parameters:
note- the note
-
getDetailedDescription
Returns the data collection node detailed description.- Returns:
- the detailed description
-
setDetailedDescription
Sets the data collection node detailed description.- Parameters:
detailedDescription- the detailed description
-
isFontProperties
public boolean isFontProperties()Returns whether font properties are enabled.- Returns:
trueif font properties are enabled,falseotherwise
-
setFontProperties
public void setFontProperties(boolean fontProperties) Sets whether font properties are enabled.- Parameters:
fontProperties-trueto enable font properties,falseotherwise
-
getColorFont
Returns the font color.- Returns:
- the font color
-
setColorFont
Sets the font color.- Parameters:
colorFont- the font color
-
getHeadingType
Returns the heading type.- Returns:
- the heading type
-
setHeadingType
Sets the heading type.- Parameters:
headingType- the heading type
-
isBoldFont
public boolean isBoldFont()Returns whether the font is bold.- Returns:
trueif the font is bold,falseotherwise
-
setBoldFont
public void setBoldFont(boolean boldFont) Sets whether the font is bold.- Parameters:
boldFont-trueto make the font bold,falseotherwise
-
isItalicFont
public boolean isItalicFont()Returns whether the font is italic.- Returns:
trueif the font is italic,falseotherwise
-
setItalicFont
public void setItalicFont(boolean italicFont) Sets whether the font is italic.- Parameters:
italicFont-trueto make the font italic,falseotherwise
-
isUnderlineFont
public boolean isUnderlineFont()Returns whether the font is underlined.- Returns:
trueif the font is underlined,falseotherwise
-
setUnderlineFont
public void setUnderlineFont(boolean underlineFont) Sets whether the font is underlined.- Parameters:
underlineFont-trueto make the font underlined,falseotherwise
-