Class InvertedLocalDate

java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
All Implemented Interfaces:
ErpType<InvertedLocalDate>, Serializable

@Deprecated public class InvertedLocalDate extends Object implements ErpType<InvertedLocalDate>
Deprecated.
This module will be discontinued, along with its classes and methods.
Date that is represented using the nines' complement.
See Also:
  • Constructor Details

    • InvertedLocalDate

      public InvertedLocalDate()
      Deprecated.
      Constructor.
    • InvertedLocalDate

      public InvertedLocalDate(@Nonnull String str)
      Deprecated.
      Constructor.
      Parameters:
      str - The String representation of the ERP value.
    • InvertedLocalDate

      public InvertedLocalDate(@Nonnull LocalDate date)
      Deprecated.
      Constructor.
      Parameters:
      date - The LocalDate representation of the ERP value.
    • InvertedLocalDate

      public InvertedLocalDate(int year, int monthOfYear, int dayOfMonth)
      Deprecated.
      Constructor.
      Parameters:
      year - The year.
      monthOfYear - The month.
      dayOfMonth - The day.
  • Method Details

    • getTypeConverter

      @Nonnull public ErpTypeConverter<InvertedLocalDate> getTypeConverter()
      Deprecated.
      Description copied from interface: ErpType
      Get the type converter for the ERP type.
      Specified by:
      getTypeConverter in interface ErpType<InvertedLocalDate>
      Returns:
      The type converter.
    • toString

      @Nonnull public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • now

      @Nonnull public static InvertedLocalDate now()
      Deprecated.
      Static factory method to construct current value for this ERP type.
      Returns:
      The newly created instance.
    • getDate

      @Nonnull public LocalDate getDate()
      Deprecated.
    • equals

      public boolean equals(@Nullable Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object