Class InvertedLocalDate
java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
- All Implemented Interfaces:
ErpType<InvertedLocalDate>
,Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
Date that is represented using the nines' complement.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Constructor.InvertedLocalDate
(int year, int monthOfYear, int dayOfMonth) Deprecated.Constructor.InvertedLocalDate
(String str) Deprecated.Constructor.InvertedLocalDate
(LocalDate date) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.getDate()
Deprecated.Deprecated.Get the type converter for the ERP type.int
hashCode()
Deprecated.static InvertedLocalDate
now()
Deprecated.Static factory method to construct current value for this ERP type.toString()
Deprecated.
-
Constructor Details
-
InvertedLocalDate
public InvertedLocalDate()Deprecated.Constructor. -
InvertedLocalDate
Deprecated.Constructor.- Parameters:
str
- The String representation of the ERP value.
-
InvertedLocalDate
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
Deprecated.Description copied from interface:ErpType
Get the type converter for the ERP type.- Specified by:
getTypeConverter
in interfaceErpType<InvertedLocalDate>
- Returns:
- The type converter.
-
toString
Deprecated. -
now
Deprecated.Static factory method to construct current value for this ERP type.- Returns:
- The newly created instance.
-
getDate
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-