public class Regulation extends GovernanceDriver
| Constructor and Description |
|---|
Regulation()
Default constructor
|
Regulation(Regulation template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Test the properties of the Regulation to determine if the supplied object is equal to this one.
|
List<CertificationType> |
getCertificationTypes()
Return the list of certification types that are recognized by this regulation.
|
String |
getJurisdiction()
Return the jurisdiction that this regulation applies to.
|
void |
setCertificationTypes(List<CertificationType> certificationTypes)
Set up the list of certification types that are recognized by this regulation.
|
void |
setJurisdiction(String jurisdiction)
Set up the jurisdiction that this regulation applies to.
|
String |
toString()
JSON-style toString
|
getGovernancePolicies, getRelatedGovernanceDrivers, setGovernancePolicies, setRelatedGovernanceDriversgetDescription, getDocumentId, getGovernanceMetrics, getGovernanceZones, getImplications, getOutcomes, getPriority, getScope, getStatus, getSummary, setDescription, setDocumentId, setGovernanceMetrics, setGovernanceZones, setImplications, setOutcomes, setPriority, setScope, setStatus, setSummarygetAdditionalProperties, getExternalReferences, setAdditionalProperties, setExternalReferencespublic Regulation()
public Regulation(Regulation template)
template - object to copypublic String getJurisdiction()
public void setJurisdiction(String jurisdiction)
jurisdiction - name of jurisdictionpublic List<CertificationType> getCertificationTypes()
public void setCertificationTypes(List<CertificationType> certificationTypes)
certificationTypes - list of certification typespublic String toString()
toString in class GovernanceDriverpublic boolean equals(Object objectToCompare)
equals in class GovernanceDriverobjectToCompare - objectCopyright © 2017–2018 ODPi. All rights reserved.