public class InvertedLocalDate extends Object implements ErpType<InvertedLocalDate>
Constructor and Description |
---|
InvertedLocalDate()
Constructor.
|
InvertedLocalDate(int year,
int monthOfYear,
int dayOfMonth)
Constructor.
|
InvertedLocalDate(LocalDate date)
Constructor.
|
InvertedLocalDate(String str)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LocalDate |
getDate() |
ErpTypeConverter<InvertedLocalDate> |
getTypeConverter()
Get the type converter for the ERP type.
|
int |
hashCode() |
static InvertedLocalDate |
now()
Static factory method to construct current value for this ERP type.
|
String |
toString() |
public InvertedLocalDate()
public InvertedLocalDate(String str)
str
- The String representation of the ERP value.public InvertedLocalDate(LocalDate date)
date
- The LocalDate representation of the ERP value.public InvertedLocalDate(int year, int monthOfYear, int dayOfMonth)
year
- The year.monthOfYear
- The month.dayOfMonth
- The day.@Nonnull public ErpTypeConverter<InvertedLocalDate> getTypeConverter()
ErpType
getTypeConverter
in interface ErpType<InvertedLocalDate>
@Nonnull public static InvertedLocalDate now()
public LocalDate getDate()
Copyright © 2020 SAP SE. All rights reserved.