Class Accounts
java.lang.Object
com.skava.accounts.model.exchange.Accounts
- All Implemented Interfaces:
Serializable
This Class Accounts is used as the model object for Accounts Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AccountsDO accountDO) This function is used to map the params present in objectAccountsDO
toAccounts
toDomainObject This function is used to map the params present in objectAccounts
toAccountsDO
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
Accounts
public Accounts()
-
-
Method Details
-
fromDomainObject
This function is used to map the params present in objectAccountsDO
toAccounts
-
toDomainObject
toDomainObject This function is used to map the params present in objectAccounts
toAccountsDO
- Returns:
- It returns
Accounts
.
-