Class AccountHistory
java.lang.Object
com.skava.accounts.model.exchange.AccountHistory
- All Implemented Interfaces:
Serializable
The Class AccountsHistoryEntity represents the database fields of Accounts.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
createdTime - the time at which the history was logged.. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AccountHistoryDO accountsHistoryDO) fromDomainObject - Used to convert object of typeAccountHistoryDO
toAccountHistory
toDomainObject - Used to convert object of typeAccountHistory
toAccountHistoryDO
-
Field Details
-
createdTime
createdTime - the time at which the history was logged..
-
-
Constructor Details
-
AccountHistory
public AccountHistory()
-
-
Method Details
-
fromDomainObject
fromDomainObject - Used to convert object of typeAccountHistoryDO
toAccountHistory
- Parameters:
accountsHistoryDO
- the object to be converted to AccountsHistory- Returns:
- the AccountsHistory object
-
toDomainObject
toDomainObject - Used to convert object of typeAccountHistory
toAccountHistoryDO
- Returns:
- an object of type
AccountHistoryDO
-