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
The Class PaymentTermRequestInternal consists of the request details which will be transfered from
controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentTermRequestInternal
(long id, int page, int size, String filter, String sort, long collectionId) Instantiates a new payment term request internal. -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to convert accountDO from Account Request.
-
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 idpage
- the pagesize
- the sizefilter
- the filtersort
- the sortcollectionId
- the collection id
-
-
Method Details
-
toDomainObject
This method is used to convert accountDO from Account Request.- Returns:
- It returns
AccountsDO
.
-