Class UserConsentEntity

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

@Entity(name="userconsent") public class UserConsentEntity extends Object implements Serializable
This class defines the UserConsent entity. This entity contains the following relationships properties - Many to one with Consent entity. Consents opted by user will be maintained in this entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • id

      protected Long id
      Userconsent id.
    • createdBy

      protected Long createdBy
      The created by.
    • createdTimestamp

      protected Date createdTimestamp
      The created date time.
    • updatedTimestamp

      protected Date updatedTimestamp
      The updated date time.
    • updatedBy

      protected Long updatedBy
      The updated by.
  • Constructor Details

    • UserConsentEntity

      public UserConsentEntity()
      Default constructor. Instantiates a new consent.