Class DTODataCollectionNodeProperties

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNodeProperties
All Implemented Interfaces:
Serializable

public class DTODataCollectionNodeProperties extends Object implements Serializable
DTO for data collection node properties.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNodeProperties

      public DTODataCollectionNodeProperties()
  • Method Details

    • getCode

      public String getCode()
      Returns the data collection node code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the data collection node code.
      Parameters:
      code - the code
    • getDescription

      public LocalizedString getDescription()
      Returns the data collection node description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the data collection node description.
      Parameters:
      description - the description
    • getColor

      public String getColor()
      Returns the data collection node color.
      Returns:
      the color
    • setColor

      public void setColor(String color)
      Sets the data collection node color.
      Parameters:
      color - the color
    • getNote

      public String getNote()
      Returns the data collection node note.
      Returns:
      the note
    • setNote

      public void setNote(String note)
      Sets the data collection node note.
      Parameters:
      note - the note
    • getDetailedDescription

      public LocalizedString getDetailedDescription()
      Returns the data collection node detailed description.
      Returns:
      the detailed description
    • setDetailedDescription

      public void setDetailedDescription(LocalizedString detailedDescription)
      Sets the data collection node detailed description.
      Parameters:
      detailedDescription - the detailed description
    • isFontProperties

      public boolean isFontProperties()
      Returns whether font properties are enabled.
      Returns:
      true if font properties are enabled, false otherwise
    • setFontProperties

      public void setFontProperties(boolean fontProperties)
      Sets whether font properties are enabled.
      Parameters:
      fontProperties - true to enable font properties, false otherwise
    • getColorFont

      public String getColorFont()
      Returns the font color.
      Returns:
      the font color
    • setColorFont

      public void setColorFont(String colorFont)
      Sets the font color.
      Parameters:
      colorFont - the font color
    • getHeadingType

      public String getHeadingType()
      Returns the heading type.
      Returns:
      the heading type
    • setHeadingType

      public void setHeadingType(String headingType)
      Sets the heading type.
      Parameters:
      headingType - the heading type
    • isBoldFont

      public boolean isBoldFont()
      Returns whether the font is bold.
      Returns:
      true if the font is bold, false otherwise
    • setBoldFont

      public void setBoldFont(boolean boldFont)
      Sets whether the font is bold.
      Parameters:
      boldFont - true to make the font bold, false otherwise
    • isItalicFont

      public boolean isItalicFont()
      Returns whether the font is italic.
      Returns:
      true if the font is italic, false otherwise
    • setItalicFont

      public void setItalicFont(boolean italicFont)
      Sets whether the font is italic.
      Parameters:
      italicFont - true to make the font italic, false otherwise
    • isUnderlineFont

      public boolean isUnderlineFont()
      Returns whether the font is underlined.
      Returns:
      true if the font is underlined, false otherwise
    • setUnderlineFont

      public void setUnderlineFont(boolean underlineFont)
      Sets whether the font is underlined.
      Parameters:
      underlineFont - true to make the font underlined, false otherwise