Package com.skava.accounts.model.entity
Class AccountHistoryEntity
java.lang.Object
com.skava.accounts.model.entity.AccountHistoryEntity
- All Implemented Interfaces:
Serializable
@Entity
@Config(defaultVariableName="accounthistory")
public class AccountHistoryEntity
extends Object
implements Serializable
The Class AccountsHistoryEntity represents the database fields of Accounts.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAccountHistoryEntity
(String comments, long accountId, String type, String summary, long createdBy) Instantiates a new accounts history entity. -
Method Summary
-
Field Details
-
createdTime
createdTime createdTime of the account history.
-
-
Constructor Details
-
AccountHistoryEntity
public AccountHistoryEntity(String comments, long accountId, String type, String summary, long createdBy) Instantiates a new accounts history entity.- Parameters:
comments
- the commentsaccountId
- the unique identifier of the account.type
- the type of the account history.summary
- the summary generated.createdBy
- the id of the user who is making changes.
-