Package com.skava.accounts.model.domain
Class AccountHistoryDO
java.lang.Object
com.skava.accounts.model.domain.AccountHistoryDO
- 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 TypeMethodDescriptionfromEntity
(AccountHistoryEntity accountsHistoryEntity) fromEntity - Used to convert object of typeAccountHistoryEntity
toAccountHistoryDO
toEntity()
toEntity - converting an object of typeAccountHistoryDO
toAccountHistoryEntity
-
Field Details
-
createdTime
createdTime - the time at which the history was logged..
-
-
Constructor Details
-
AccountHistoryDO
public AccountHistoryDO()
-
-
Method Details
-
fromEntity
fromEntity - Used to convert object of typeAccountHistoryEntity
toAccountHistoryDO
- Parameters:
accountsHistoryEntity
- the object to be converted to AccountsHistory- Returns:
- the AccountsHistory object
-
toEntity
toEntity - converting an object of typeAccountHistoryDO
toAccountHistoryEntity
- Returns:
- an object of type
AccountHistoryEntity
-