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