T
- The generic sub class type.public abstract class LocalDateErpType<T extends LocalDateErpType<T>> extends Object implements ErpType<T>
Constructor and Description |
---|
LocalDateErpType(int year,
int month,
int day)
Constructor.
|
LocalDateErpType(LocalDate value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected abstract Class<T> |
getType()
Get the sub class type.
|
ErpTypeConverter<T> |
getTypeConverter()
Get the type converter for the ERP type.
|
LocalDate |
getValue() |
int |
hashCode() |
String |
toString() |
public LocalDateErpType(int year, int month, int day)
year
- The year.month
- The month.day
- The day.@Nonnull protected abstract Class<T> getType()
@Nonnull public ErpTypeConverter<T> getTypeConverter()
ErpType
getTypeConverter
in interface ErpType<T extends LocalDateErpType<T>>
Copyright © 2020 SAP SE. All rights reserved.