public class GovernanceRelationship extends GovernanceHeader
| Constructor and Description |
|---|
GovernanceRelationship()
Default Constructor
|
GovernanceRelationship(GovernanceRelationship template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getRationale()
Return the description of why these two governance definitions are linked.
|
void |
setRationale(String rationale)
Set up the description of why these two governance definitions are linked.
|
String |
toString()
JSON-style toString.
|
public GovernanceRelationship()
public GovernanceRelationship(GovernanceRelationship template)
template - object being copiedpublic String getRationale()
public void setRationale(String rationale)
rationale - string descriptionpublic String toString()
toString in class GovernanceHeaderpublic boolean equals(Object objectToCompare)
equals in class GovernanceHeaderobjectToCompare - object to compareCopyright © 2018–2019 ODPi. All rights reserved.