public abstract class GovernanceDriver extends GovernanceDefinition
| Constructor and Description |
|---|
GovernanceDriver()
Default Constructor
|
GovernanceDriver(GovernanceDriver template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Test the properties of the governance driver to determine if the supplied object is equal to this one.
|
List<GovernanceRelationship> |
getGovernancePolicies()
Return the governance policies 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 |
setGovernancePolicies(List<GovernanceRelationship> governancePolicies)
Set up the governance policies 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 GovernanceDriver()
public GovernanceDriver(GovernanceDriver template)
template - object to copypublic List<GovernanceRelationship> getRelatedGovernanceDrivers()
public void setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
relatedGovernanceDrivers - list of governance driverspublic List<GovernanceRelationship> getGovernancePolicies()
public void setGovernancePolicies(List<GovernanceRelationship> governancePolicies)
governancePolicies - list of governance policy summaries.public String toString()
toString in class GovernanceDefinitionpublic boolean equals(Object objectToCompare)
equals in class GovernanceDefinitionobjectToCompare - objectCopyright © 2018–2020 ODPi. All rights reserved.