public class Law extends AbstractIdentifiableGDPRConfiguration
This class extends `IdentifiableGDPRConfiguration` to define a specific law relevant to data protection. It includes information such as the paragraph, country ISO code, and a URL referencing the law. The URL can point to the full text of the law or a summary of its provisions. It also 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 |
---|
Law(electric.xml.Element element,
java.lang.String id,
java.lang.String paragraph,
java.lang.String countryISOCode,
java.lang.String url)
Constructs a `Law` with the given XML element, Id, paragraph, country code, and URL.
|
Modifier and Type | Method and Description |
---|---|
static Law |
byId(java.lang.String id)
Retrieves a `Law` by its unique Id.
|
java.lang.String |
getCountryISOCode()
Returns the ISO code of the country where this law applies or "EU" for the European Union.
|
GDPRArea |
getGDPRArea()
Returns the GDPR area where this law applies.
|
java.lang.String |
getParagraph()
Returns the paragraph or section of the law.
|
java.lang.String |
getUrl()
Returns a URL referencing the law.
|
getId, linkAndValidateGDPRObjects, toString
getEl, releaseDefinitionSource
public Law(electric.xml.Element element, java.lang.String id, java.lang.String paragraph, java.lang.String countryISOCode, java.lang.String url)
element
- The XML element representing this law.id
- The unique identifier for this law.paragraph
- The paragraph or section of the law.countryISOCode
- The ISO code of the country or "EU" for the European Union.url
- A URL referencing the law.public static Law byId(java.lang.String id)
id
- The unique identifier of the law.null
if not found.public java.lang.String getParagraph()
public GDPRArea getGDPRArea()
public java.lang.String getCountryISOCode()
public java.lang.String getUrl()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.