Package com.skava.entities
Class UserConsentEntity
java.lang.Object
com.skava.entities.UserConsentEntity
- All Implemented Interfaces:
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
Userconsent id. -
createdBy
The created by. -
createdTimestamp
The created date time. -
updatedTimestamp
The updated date time. -
updatedBy
The updated by.
-
-
Constructor Details
-
UserConsentEntity
public UserConsentEntity()Default constructor. Instantiates a new consent.
-