public abstract class GovernancePolicy extends GovernanceDefinition
| Constructor and Description |
|---|
GovernancePolicy()
Default Constructor
|
GovernancePolicy(GovernancePolicy 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> |
getGovernanceDrivers()
Return the list of governance drivers that are requirements for this governance policy.
|
List<GovernanceRelationship> |
getRelatedGovernancePolicies()
Return the list of governance policies that are related to this governance policy.
|
void |
setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
setGovernanceDrivers(List<GovernanceRelationship> governanceDrivers)
Set up the list of governance drivers that are requirements for this governance policy.
|
void |
setRelatedGovernancePolicies(List<GovernanceRelationship> relatedGovernancePolicies)
Set up the list of governance policies that are related to this governance policy.
|
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 GovernancePolicy()
public GovernancePolicy(GovernancePolicy template)
template - object to copypublic List<GovernanceRelationship> getGovernanceDrivers()
public void setGovernanceDrivers(List<GovernanceRelationship> governanceDrivers)
governanceDrivers - list of governance drivers.public List<GovernanceRelationship> getRelatedGovernancePolicies()
public void setRelatedGovernancePolicies(List<GovernanceRelationship> relatedGovernancePolicies)
relatedGovernancePolicies - list of governance policiespublic 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.