Package org.teamapps.dto
Class UiSpacing
java.lang.Object
org.teamapps.dto.UiSpacing
- All Implemented Interfaces:
UiObject
public class UiSpacing 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 UiSpacing() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
top
protected float top -
right
protected float right -
bottom
protected float bottom -
left
protected float left
-
-
Constructor Details
-
UiSpacing
public UiSpacing()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getTop
public float getTop() -
getRight
public float getRight() -
getBottom
public float getBottom() -
getLeft
public float getLeft() -
setTop
-
setRight
-
setBottom
-
setLeft
-