Class UiLocalDate

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

public class UiLocalDate
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 day  
    protected int month  
    protected int year  
  • Constructor Summary

    Constructors
    Constructor Description
    UiLocalDate()
    Deprecated.
    Only for Jackson deserialization.
    UiLocalDate​(int year, int month, int day)  
  • Method Summary

    Modifier and Type Method Description
    int getDay()  
    int getMonth()  
    UiObjectType getUiObjectType()  
    int getYear()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • year

      protected int year
    • month

      protected int month
    • day

      protected int day
  • Constructor Details

    • UiLocalDate

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

      public UiLocalDate​(int year, int month, int day)
  • 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
    • getYear

      public int getYear()
    • getMonth

      public int getMonth()
    • getDay

      public int getDay()