Package com.skava.entities
Class CollectionEntity
java.lang.Object
com.skava.entities.CollectionEntity
- All Implemented Interfaces:
Serializable
@Entity(name="collections")
@Config(defaultVariableName="collections")
public class CollectionEntity
extends Object
implements Serializable
The Class CollectionEntity.
This class represents the database fields of the notification's collection entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Details
-
id
The id. -
createdTimestamp
The created date time. -
createdBy
The created by. -
updatedTimestamp
The updated date time. -
updatedBy
The updated by.
-
-
Constructor Details
-
CollectionEntity
public CollectionEntity()The default class constructor.
-