Class UiNetworkLink

java.lang.Object
org.teamapps.dto.UiNetworkLink
All Implemented Interfaces:
UiObject

public class UiNetworkLink extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • source

      protected String source
    • target

      protected String target
    • lineColor

      protected String lineColor
    • lineWidth

      protected float lineWidth
    • lineDashArray

      protected String lineDashArray
    • linkLength

      protected int linkLength
  • Constructor Details

    • UiNetworkLink

      @Deprecated public UiNetworkLink()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiNetworkLink

      public UiNetworkLink(String source, String target)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSource

      public String getSource()
    • getTarget

      public String getTarget()
    • getLineColor

      public String getLineColor()
    • getLineWidth

      public float getLineWidth()
    • getLineDashArray

      public String getLineDashArray()
    • getLinkLength

      public int getLinkLength()
    • setLineColor

      public UiNetworkLink setLineColor(String lineColor)
    • setLineWidth

      public UiNetworkLink setLineWidth(float lineWidth)
    • setLineDashArray

      public UiNetworkLink setLineDashArray(String lineDashArray)
    • setLinkLength

      public UiNetworkLink setLinkLength(int linkLength)