Class Payments
java.lang.Object
com.skava.accounts.model.exchange.Payments
- All Implemented Interfaces:
Serializable
This Class Payments is used as the model object for Payments Entity.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(PaymentsDO paymentsDO) From domain object.To domain object.
-
Constructor Details
-
Payments
public Payments()Instantiates a new Payments.
-
-
Method Details
-
toDomainObject
To domain object. This function is used to map the params present in objectPayments
toPaymentsDO
- Returns:
- the paymentsDO object of type
PaymentsDO
-
fromDomainObject
From domain object. This function is used to map the params present in objectPaymentsDO
toPayments
-