Klasse UiNetworkLink

java.lang.Object
org.teamapps.dto.UiNetworkLink
Alle implementierten Schnittstellen:
UiObject

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

    • source

      protected String source
    • target

      protected String target
    • lineColor

      protected String lineColor
    • lineWidth

      protected float lineWidth
    • lineDashArray

      protected String lineDashArray
    • linkLength

      protected int linkLength
  • Konstruktordetails

    • UiNetworkLink

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

      public UiNetworkLink(String source, String target)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse 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)