Class UiBorder

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

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

    • top

      protected UiLine top
    • left

      protected UiLine left
    • bottom

      protected UiLine bottom
    • borderRadius

      protected float borderRadius
  • Constructor Details

    • UiBorder

      public UiBorder()
  • Method Details

    • getUiObjectType

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getTop

      public UiLine getTop()
    • getLeft

      public UiLine getLeft()
    • getBottom

      public UiLine getBottom()
    • getRight

      public UiLine getRight()
    • getBorderRadius

      public float getBorderRadius()
    • setTop

      public UiBorder setTop​(UiLine top)
    • setLeft

      public UiBorder setLeft​(UiLine left)
    • setBottom

      public UiBorder setBottom​(UiLine bottom)
    • setRight

      public UiBorder setRight​(UiLine right)
    • setBorderRadius

      public UiBorder setBorderRadius​(float borderRadius)