public class DataStrategy extends GovernanceDriver
| Constructor and Description |
|---|
DataStrategy()
Default constructor
|
DataStrategy(DataStrategy 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<String> |
getBusinessImperatives()
Return the description of the business imperative(s) that is/are driving the data strategy.
|
void |
setBusinessImperatives(List<String> businessImperative)
Set up the description of the business imperative(s) that is/are driving the data strategy.
|
String |
toString()
JSON-style toString
|
getGovernancePolicies, getRelatedGovernanceDrivers, setGovernancePolicies, setRelatedGovernanceDriversgetDescription, getDocumentId, getGovernanceMetrics, getGovernanceZones, getImplications, getOutcomes, getPriority, getScope, getStatus, getSummary, setDescription, setDocumentId, setGovernanceMetrics, setGovernanceZones, setImplications, setOutcomes, setPriority, setScope, setStatus, setSummarygetAdditionalProperties, getExternalReferences, setAdditionalProperties, setExternalReferencespublic DataStrategy()
public DataStrategy(DataStrategy template)
template - object to copypublic List<String> getBusinessImperatives()
public void setBusinessImperatives(List<String> businessImperative)
businessImperative - string descriptionpublic String toString()
toString in class GovernanceDriverpublic boolean equals(Object objectToCompare)
equals in class GovernanceDriverobjectToCompare - objectCopyright © 2018–2020 ODPi. All rights reserved.