Package com.skava.accounts.model.entity
Class AccountsEntity
java.lang.Object
com.skava.accounts.model.entity.AccountsEntity
- All Implemented Interfaces:
Serializable
@Entity
@Config(defaultVariableName="accounts")
public class AccountsEntity
extends Object
implements Serializable
The Class AccountsEntity represents the database fields of Accounts.
- Author:
- Infosys Equinox
- See Also:
-
Field Details
-
createdTime
createdTime createdTime of the account. -
updatedTime
updatedTime - updatedTime of the collection.
-
-
Constructor Details
-
AccountsEntity
public AccountsEntity(long id) Instantiates a new accounts entity.- Parameters:
id
- the id
-