Package org.teamapps.dto
Class UiBaseTreeGraphNode
- java.lang.Object
-
- org.teamapps.dto.UiBaseTreeGraphNode
-
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiTreeGraphNode
public class UiBaseTreeGraphNode extends java.lang.Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected java.lang.StringborderColorprotected floatborderRadiusprotected floatborderWidthprotected java.lang.StringconnectorLineColorprotected intconnectorLineWidthprotected java.lang.StringdashArrayprotected intheightprotected UiTreeGraphNodeIconiconprotected java.lang.Stringidprotected UiTreeGraphNodeImageimageprotected UiClientRecordrecordprotected UiTemplatetemplateprotected intwidth
-
Constructor Summary
Constructors Constructor Description UiBaseTreeGraphNode()Deprecated.Only for Jackson deserialization.UiBaseTreeGraphNode(java.lang.String id, int width, int height)
-
Method Summary
-
-
-
Field Detail
-
id
protected java.lang.String id
-
width
protected int width
-
height
protected int height
-
backgroundColor
protected java.lang.String backgroundColor
-
borderColor
protected java.lang.String borderColor
-
borderWidth
protected float borderWidth
-
borderRadius
protected float borderRadius
-
image
protected UiTreeGraphNodeImage image
-
icon
protected UiTreeGraphNodeIcon icon
-
template
protected UiTemplate template
-
record
protected UiClientRecord record
-
connectorLineColor
protected java.lang.String connectorLineColor
-
connectorLineWidth
protected int connectorLineWidth
-
dashArray
protected java.lang.String dashArray
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBackgroundColor
public java.lang.String getBackgroundColor()
-
getBorderColor
public java.lang.String getBorderColor()
-
getBorderWidth
public float getBorderWidth()
-
getBorderRadius
public float getBorderRadius()
-
getImage
public UiTreeGraphNodeImage getImage()
-
getIcon
public UiTreeGraphNodeIcon getIcon()
-
getTemplate
public UiTemplate getTemplate()
-
getRecord
public UiClientRecord getRecord()
-
getConnectorLineColor
public java.lang.String getConnectorLineColor()
-
getConnectorLineWidth
public int getConnectorLineWidth()
-
getDashArray
public java.lang.String getDashArray()
-
setBackgroundColor
public UiBaseTreeGraphNode setBackgroundColor(java.lang.String backgroundColor)
-
setBorderColor
public UiBaseTreeGraphNode setBorderColor(java.lang.String borderColor)
-
setBorderWidth
public UiBaseTreeGraphNode setBorderWidth(float borderWidth)
-
setBorderRadius
public UiBaseTreeGraphNode setBorderRadius(float borderRadius)
-
setImage
public UiBaseTreeGraphNode setImage(UiTreeGraphNodeImage image)
-
setIcon
public UiBaseTreeGraphNode setIcon(UiTreeGraphNodeIcon icon)
-
setTemplate
public UiBaseTreeGraphNode setTemplate(UiTemplate template)
-
setRecord
public UiBaseTreeGraphNode setRecord(UiClientRecord record)
-
setConnectorLineColor
public UiBaseTreeGraphNode setConnectorLineColor(java.lang.String connectorLineColor)
-
setConnectorLineWidth
public UiBaseTreeGraphNode setConnectorLineWidth(int connectorLineWidth)
-
setDashArray
public UiBaseTreeGraphNode setDashArray(java.lang.String dashArray)
-
-