Package org.teamapps.dto
Class UiImageCropperSelection
java.lang.Object
org.teamapps.dto.UiImageCropperSelection
- All Implemented Interfaces:
UiObject
public class UiImageCropperSelection 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 UiImageCropperSelection()Deprecated.Only for Jackson deserialization.UiImageCropperSelection(int left, int top, int width, int height) -
Method Summary
Modifier and Type Method Description intgetHeight()intgetLeft()intgetTop()UiObjectTypegetUiObjectType()intgetWidth()java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
UiImageCropperSelection
@Deprecated public UiImageCropperSelection()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiImageCropperSelection
public UiImageCropperSelection(int left, int top, int width, int height)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getLeft
public int getLeft() -
getTop
public int getTop() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-