Class AccountSellerRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.AccountSellerRequestInternal
- All Implemented Interfaces:
Serializable
The Class AccountSellerRequestInternal consists of the request details which will be transfered from
controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to convert the object of typeAccountSellerRequestInternal
to AccountSellerDO
-
Constructor Details
-
AccountSellerRequestInternal
public AccountSellerRequestInternal()
-
-
Method Details
-
toDomainObject
This method is used to convert the object of typeAccountSellerRequestInternal
to AccountSellerDO- Returns:
- It returns
AccountSellerDO
.
-