Class PaymentTermRequestInternal

java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.PaymentTermRequestInternal
All Implemented Interfaces:
Serializable

public class PaymentTermRequestInternal extends RequestInternal
The Class PaymentTermRequestInternal consists of the request details which will be transfered from controller to serviceImpl.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PaymentTermRequestInternal

      public PaymentTermRequestInternal(long id, int page, int size, String filter, String sort, long collectionId)
      Instantiates a new payment term request internal.
      Parameters:
      id - the id
      page - the page
      size - the size
      filter - the filter
      sort - the sort
      collectionId - the collection id
  • Method Details

    • toDomainObject

      public PaymentTermDO toDomainObject()
      This method is used to convert accountDO from Account Request.
      Returns:
      It returns AccountsDO.