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

    Fields
    Modifier and Type Field Description
    protected int height  
    protected int left  
    protected int top  
    protected int width  
  • 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
    int getHeight()  
    int getLeft()  
    int getTop()  
    UiObjectType getUiObjectType()  
    int getWidth()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • left

      protected int left
    • top

      protected int top
    • width

      protected int width
    • height

      protected int height
  • 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

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

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

      public int getLeft()
    • getTop

      public int getTop()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()