Class UiLongInterval

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

public class UiLongInterval
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 long max  
    protected long min  
  • Constructor Summary

    Constructors
    Constructor Description
    UiLongInterval()
    Deprecated.
    Only for Jackson deserialization.
    UiLongInterval​(long min, long max)  
  • Method Summary

    Modifier and Type Method Description
    long getMax()  
    long getMin()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • min

      protected long min
    • max

      protected long max
  • Constructor Details

    • UiLongInterval

      @Deprecated public UiLongInterval()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiLongInterval

      public UiLongInterval​(long min, long max)
  • 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
    • getMin

      public long getMin()
    • getMax

      public long getMax()