Class UserConsentHistoryEntity

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

@Entity(name="user_consent_history") public class UserConsentHistoryEntity 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
      User consent history id.
    • createdBy

      protected Long createdBy
      The created by.
    • createdOn

      protected Date createdOn
      The created date time.
    • updatedOn

      protected Date updatedOn
      The updated date time.
    • updatedBy

      protected Long updatedBy
      The updated by.
  • Constructor Details

    • UserConsentHistoryEntity

      public UserConsentHistoryEntity()
      Instantiates a new consent history. Default constructor.