public abstract class GovernanceControl extends GovernanceDefinition
| Constructor and Description |
|---|
GovernanceControl()
Default Constructor
|
GovernanceControl(GovernanceControl template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Test the properties of the DataStrategy to determine if the supplied object is equal to this one.
|
List<GovernanceRelationship> |
getGovernanceControls()
Return the governance controls that have been linked to this governance driver.
|
List<GovernanceRelationship> |
getRelatedGovernanceDrivers()
Return the list of governance drivers that are related to this governance driver.
|
void |
setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
Set up the list of governance drivers that are related to this governance driver.
|
String |
toString()
JSON-style toString
|
getDescription, getDocumentId, getGovernanceMetrics, getGovernanceZones, getImplications, getOutcomes, getPriority, getScope, getStatus, getSummary, setDescription, setDocumentId, setGovernanceMetrics, setGovernanceZones, setImplications, setOutcomes, setPriority, setScope, setStatus, setSummarygetAdditionalProperties, getExternalReferences, setAdditionalProperties, setExternalReferencespublic GovernanceControl()
public GovernanceControl(GovernanceControl template)
template - object to copypublic List<GovernanceRelationship> getRelatedGovernanceDrivers()
public void setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
relatedGovernanceDrivers - list of governance driverspublic List<GovernanceRelationship> getGovernanceControls()
public void setGovernanceControls(List<GovernanceRelationship> governanceControls)
governanceControls - list of governance control summaries.public String toString()
toString in class GovernanceDefinitionpublic boolean equals(Object objectToCompare)
equals in class GovernanceDefinitionobjectToCompare - objectCopyright © 2017–2018 ODPi. All rights reserved.