Package com.skava.auth.model.entities
Class Collection
java.lang.Object
com.skava.auth.model.entities.Collection
@Entity(name="collection")
@Config(defaultVariableName="collection")
public class Collection
extends Object
This Model class represents the persistence informations of the `collection` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionThe default class constructor.Collection
(CollectionVO collection, Long createdBy, Long updatedBy) Instantiates a new collection entity.Collection
(Long id) Instantiates a new collection with id as parameter. -
Method Summary
-
Constructor Details
-
Collection
public Collection()The default class constructor. -
Collection
Instantiates a new collection with id as parameter.- Parameters:
id
- The id.
-
Collection
Instantiates a new collection entity.
-