public class BusinessInterest extends AbstractIdentifiableGDPRConfiguration
This class extends `AbstractIdentifiableGDPRConfiguration` to provide a specific representation of a business interest, which is a legitimate reason for a company to process personal data. It inherits the Id management and caching functionality from its parent class and offers a convenient `byId` method for retrieving instances by their unique Id.
Constructor and Description |
---|
BusinessInterest(electric.xml.Element element,
java.lang.String id)
Constructs a `BusinessInterest` with the given XML element and Id.
|
Modifier and Type | Method and Description |
---|---|
static BusinessInterest |
byId(java.lang.String id)
Retrieves a `BusinessInterest` by its unique Id.
|
getId, linkAndValidateGDPRObjects, toString
getEl, releaseDefinitionSource
public BusinessInterest(electric.xml.Element element, java.lang.String id)
element
- The XML element representing this business interest.id
- The unique identifier for this business interest.public static BusinessInterest byId(java.lang.String id)
id
- The unique identifier of the business interest.null
if not found.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.