Class DTODataCollectionNodeProperties

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

@Deprecated(forRemoval=true, since="22.0") public class DTODataCollectionNodeProperties extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
DTO for data collection node properties.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setBoldFont(boolean boldFont)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setColorFont(String colorFont)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setFontProperties(boolean fontProperties)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setHeadingType(String headingType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setItalicFont(boolean italicFont)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUnderlineFont(boolean underlineFont)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DTODataCollectionNodeProperties

      public DTODataCollectionNodeProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getCode

      public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCode

      public void setCode(String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDescription

      public LocalizedString getDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDescription

      public void setDescription(LocalizedString description)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColor

      public String getColor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setColor

      public void setColor(String color)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getNote

      public String getNote()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setNote

      public void setNote(String note)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDetailedDescription

      public LocalizedString getDetailedDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDetailedDescription

      public void setDetailedDescription(LocalizedString detailedDescription)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isFontProperties

      public boolean isFontProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFontProperties

      public void setFontProperties(boolean fontProperties)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getColorFont

      public String getColorFont()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setColorFont

      public void setColorFont(String colorFont)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHeadingType

      public String getHeadingType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHeadingType

      public void setHeadingType(String headingType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isBoldFont

      public boolean isBoldFont()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBoldFont

      public void setBoldFont(boolean boldFont)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isItalicFont

      public boolean isItalicFont()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setItalicFont

      public void setItalicFont(boolean italicFont)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isUnderlineFont

      public boolean isUnderlineFont()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUnderlineFont

      public void setUnderlineFont(boolean underlineFont)
      Deprecated, for removal: This API element is subject to removal in a future version.