public abstract class GovernanceControlProperties extends GovernanceDefinitionProperties
| Constructor and Description |
|---|
GovernanceControlProperties()
Default Constructor
|
GovernanceControlProperties(GovernanceControlProperties 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, getGovernanceMetrics, getGovernanceZones, getImplications, getOutcomes, getPriority, getScope, getStatus, getSummary, getTitle, setDescription, setGovernanceMetrics, setGovernanceZones, setImplications, setOutcomes, setPriority, setScope, setStatus, setSummary, setTitlegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, hashCode, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic GovernanceControlProperties()
public GovernanceControlProperties(GovernanceControlProperties 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 GovernanceDefinitionPropertiespublic boolean equals(Object objectToCompare)
equals in class GovernanceDefinitionPropertiesobjectToCompare - objectCopyright © 2018–2020 ODPi. All rights reserved.