Class LocalTimeErpType<T extends LocalTimeErpType<T>>
java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType<T>
- Type Parameters:
T
- The generic sub class type.
- All Implemented Interfaces:
ErpType<T>
,Serializable
@Deprecated
public abstract class LocalTimeErpType<T extends LocalTimeErpType<T>>
extends Object
implements ErpType<T>
Deprecated.
This module will be discontinued, along with its classes and methods.
Base class for local time ERP types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocalTimeErpType
(int hour, int minute, int second) Deprecated.Constructor.LocalTimeErpType
(LocalTime value) Deprecated. -
Method Summary
-
Constructor Details
-
LocalTimeErpType
public LocalTimeErpType(int hour, int minute, int second) Deprecated.Constructor.- Parameters:
hour
- The hour.minute
- The minute.second
- The second.
-
LocalTimeErpType
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 LocalTimeErpType<T>>
- Returns:
- The type converter.
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
getValue
Deprecated.
-