Class PaymentTerm
java.lang.Object
com.skava.accounts.model.exchange.PaymentTerm
- All Implemented Interfaces:
Serializable
This Class PaymentTerm is used as the model object for PaymentTerm Entity.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(PaymentTermDO paymentTermDO) From domain object.To domain object.
-
Constructor Details
-
PaymentTerm
public PaymentTerm()
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to map the params present in objectPaymentTermDO
toPaymentTerm
- Parameters:
paymentTermDO
- which is to be mapped to an object of typePaymentTerm
- Returns:
- the payment term object of type
PaymentTerm
-
toDomainObject
To domain object. This function is used to map the params present in objectPaymentTerm
toPaymentTermDO
- Returns:
- the paymentermDO object of type
PaymentTermDO
-