Class ConsentEntity

java.lang.Object
com.skava.entities.ConsentEntity
All Implemented Interfaces:
Serializable

@Entity(name="consent") public class ConsentEntity extends Object implements Serializable
This class defines the Consent entity. This entity contains the following relationships properties - One to many with UserConsent.
Author:
Infosys Equinox
See Also:
  • Field Details

    • id

      protected Long id
      Consent id.
    • createdBy

      protected Long createdBy
      The created by.
    • updatedBy

      protected Long updatedBy
      The updated by.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
  • Constructor Details

    • ConsentEntity

      public ConsentEntity()
      Instantiates a new consent entity object. Default constructor.