Klasse UiLocalDate

java.lang.Object
org.teamapps.dto.UiLocalDate
Alle implementierten Schnittstellen:
UiObject

public class UiLocalDate extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Felddetails

    • year

      protected int year
    • month

      protected int month
    • day

      protected int day
  • Konstruktordetails

    • UiLocalDate

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

      public UiLocalDate(int year, int month, int day)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getYear

      public int getYear()
    • getMonth

      public int getMonth()
    • getDay

      public int getDay()