Package com.skava.entities
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
User consent history id. -
createdBy
The created by. -
createdOn
The created date time. -
updatedOn
The updated date time. -
updatedBy
The updated by.
-
-
Constructor Details
-
UserConsentHistoryEntity
public UserConsentHistoryEntity()Instantiates a new consent history. Default constructor.
-