Interface SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>

Type Parameters:
SOURCE - the parameter of the interface
TARGET - the parameter of the interface
All Known Implementing Classes:
DefaultSapCpiQuoteCommentMapperService

public interface SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(SOURCE source, TARGET target)
    Performs mapping from source to target.
  • Method Details

    • map

      void map(SOURCE source, TARGET target)
      Performs mapping from source to target.
      Parameters:
      source - Comment Model
      target - SAP CPI Outbound Quote Comment Model