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
This class defines the Collection entity. This entity contains the following relationships properties - One to many
with collection properties.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.CollectionEntity
(long id) Instantiates a new user CollectionEntity with parameter constructor of id. -
Method Summary
-
Field Details
-
id
Collection 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 constructor. -
CollectionEntity
public CollectionEntity(long id) Instantiates a new user CollectionEntity with parameter constructor of id.- Parameters:
id
- indicates the collection id
-