Class UiLocalDate

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

public class UiLocalDate extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • 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 String toString()
      Overrides:
      toString in class Object
    • getYear

      public int getYear()
    • getMonth

      public int getMonth()
    • getDay

      public int getDay()