Class LocalDateErpType<T extends LocalDateErpType<T>>
java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType<T>
- Type Parameters:
T
- The generic sub class type.
- All Implemented Interfaces:
ErpType<T>
,Serializable
@Deprecated
public abstract class LocalDateErpType<T extends LocalDateErpType<T>>
extends Object
implements ErpType<T>
Deprecated.
This module will be discontinued, along with its classes and methods.
Base class for local date ERP types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDateErpType
(int year, int month, int day) Deprecated.Constructor.LocalDateErpType
(LocalDate value) Deprecated. -
Method Summary
-
Constructor Details
-
LocalDateErpType
public LocalDateErpType(int year, int month, int day) Deprecated.Constructor.- Parameters:
year
- The year.month
- The month.day
- The day.
-
LocalDateErpType
Deprecated.
-
-
Method Details
-
getType
Deprecated.Get the sub class type.- Returns:
- The sub class type.
-
getTypeConverter
Deprecated.Description copied from interface:ErpType
Get the type converter for the ERP type.- Specified by:
getTypeConverter
in interfaceErpType<T extends LocalDateErpType<T>>
- Returns:
- The type converter.
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getValue
Deprecated.
-