Package org.teamapps.dto
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 Summary
-
Constructor Summary
Constructors Constructor Description UiBorder() -
Method Summary
Modifier and Type Method Description floatgetBorderRadius()UiLinegetBottom()UiLinegetLeft()UiLinegetRight()UiLinegetTop()UiObjectTypegetUiObjectType()UiBordersetBorderRadius(float borderRadius)UiBordersetBottom(UiLine bottom)UiBordersetLeft(UiLine left)UiBordersetRight(UiLine right)UiBordersetTop(UiLine top)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
top
-
left
-
bottom
-
right
-
borderRadius
protected float borderRadius
-
-
Constructor Details
-
UiBorder
public UiBorder()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getTop
-
getLeft
-
getBottom
-
getRight
-
getBorderRadius
public float getBorderRadius() -
setTop
-
setLeft
-
setBottom
-
setRight
-
setBorderRadius
-