Class AccountRequestInternal

java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.AccountRequestInternal
All Implemented Interfaces:
Serializable

public class AccountRequestInternal extends RequestInternal
The Class AccountRequestInternal consists of the request details which will be transfered from controller to serviceImpl.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • AccountRequestInternal

      public AccountRequestInternal()
  • Method Details

    • toDomainObject

      public AccountsDO toDomainObject()
      This method is used to convert to accountDO object from Account Request object.
      Returns:
      It returns AccountsDO object.