public abstract class GovernancePolicyProperties extends GovernanceDefinitionProperties
| Constructor and Description |
|---|
GovernancePolicyProperties()
Default Constructor
|
GovernancePolicyProperties(GovernancePolicyProperties 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, 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 GovernancePolicyProperties()
public GovernancePolicyProperties(GovernancePolicyProperties 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 GovernanceDefinitionPropertiespublic boolean equals(Object objectToCompare)
equals in class GovernanceDefinitionPropertiesobjectToCompare - objectCopyright © 2018–2020 ODPi. All rights reserved.