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