Class Accounts

java.lang.Object
com.skava.accounts.model.exchange.Accounts
All Implemented Interfaces:
Serializable

public class Accounts extends Object implements Serializable
This Class Accounts is used as the model object for Accounts Entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • createdTime

      protected Date createdTime
      The createdTime param.
    • updatedTime

      protected Date updatedTime
      The updatedTime param.
  • Constructor Details

    • Accounts

      public Accounts()
  • Method Details

    • fromDomainObject

      public Accounts fromDomainObject(AccountsDO accountDO)
      This function is used to map the params present in object AccountsDO to Accounts
      Parameters:
      accountDO - It contains the attributes which is set in the object of type Accounts
      Returns:
      It returns the object of type Accounts.
    • toDomainObject

      public AccountsDO toDomainObject()
      toDomainObject This function is used to map the params present in object Accounts to AccountsDO
      Returns:
      It returns Accounts.