Interface ErpType<T extends ErpType<T>>

Type Parameters:
T - The generic sub class type.
All Superinterfaces:
Serializable
All Known Implementing Classes:
DecimalBasedErpType, DistributionChannel, ErpBoolean, ErpDecimal, ErpInteger, IntegerBasedErpType, InvertedLocalDate, LocalDateErpType, LocalTimeErpType, MessageClass, MessageNumber, MessageType, SapClient, StringBasedErpType

@Deprecated public interface ErpType<T extends ErpType<T>> extends Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
ERP type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Get the type converter for the ERP type.
  • Method Details

    • getTypeConverter

      @Nonnull ErpTypeConverter<T> getTypeConverter()
      Deprecated.
      Get the type converter for the ERP type.
      Returns:
      The type converter.