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 Details

    • createdTime

      protected Date 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 comments
      accountId - 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.