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 Details

    • id

      protected Long id
      Collection id.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • updatedBy

      protected Long 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