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 Details

    • Collection

      public Collection()
      The default class constructor.
    • Collection

      public Collection(Long id)
      Instantiates a new collection with id as parameter.
      Parameters:
      id - The id.
    • Collection

      public Collection(CollectionVO collection, Long createdBy, Long updatedBy)
      Instantiates a new collection entity.
      Parameters:
      collection - The collection object.
      createdBy - a Long object. identifier of the user who try create the collection.
      updatedBy - a Long object. identifier of the user who try update the collection.