Class Payments

java.lang.Object
com.skava.accounts.model.exchange.Payments
All Implemented Interfaces:
Serializable

public class Payments extends Object implements Serializable
This Class Payments is used as the model object for Payments Entity.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • Payments

      public Payments()
      Instantiates a new Payments.
  • Method Details

    • toDomainObject

      public PaymentsDO toDomainObject()
      To domain object. This function is used to map the params present in object Payments to PaymentsDO
      Returns:
      the paymentsDO object of type PaymentsDO
    • fromDomainObject

      public Payments fromDomainObject(PaymentsDO paymentsDO)
      From domain object. This function is used to map the params present in object PaymentsDO to Payments
      Parameters:
      paymentsDO - which is to be mapped to an object of type Payments
      Returns:
      the payments object of type Payments