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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Deprecated, for removal: This API element is subject to removal in a future version.getColor()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.getNote()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetBoldFont(boolean boldFont) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetColorFont(String colorFont) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDescription(LocalizedString description) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDetailedDescription(LocalizedString detailedDescription) Deprecated, for removal: This API element is subject to removal in a future version.voidsetFontProperties(boolean fontProperties) Deprecated, for removal: This API element is subject to removal in a future version.voidsetHeadingType(String headingType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetItalicFont(boolean italicFont) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetUnderlineFont(boolean underlineFont) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DTODataCollectionNodeProperties
public DTODataCollectionNodeProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
setDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
getColor
Deprecated, for removal: This API element is subject to removal in a future version. -
setColor
Deprecated, for removal: This API element is subject to removal in a future version. -
getNote
Deprecated, for removal: This API element is subject to removal in a future version. -
setNote
Deprecated, for removal: This API element is subject to removal in a future version. -
getDetailedDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
setDetailedDescription
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setColorFont
Deprecated, for removal: This API element is subject to removal in a future version. -
getHeadingType
Deprecated, for removal: This API element is subject to removal in a future version. -
setHeadingType
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.
-