public class GovernanceLink extends ElementStub
| Constructor and Description |
|---|
GovernanceLink()
Default Constructor
|
GovernanceLink(ElementStub template)
Copy/clone Constructor - the resulting object.
|
GovernanceLink(GovernanceLink template)
Copy/clone Constructor - the resulting object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the description of why these two governance definitions are linked.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the description of why these two governance definitions are linked.
|
String |
toString()
JSON-style toString.
|
getUniqueName, setUniqueNamegetClassifications, getGUID, getOrigin, getType, setClassifications, setGUID, setOrigin, setTypepublic GovernanceLink()
public GovernanceLink(GovernanceLink template)
template - object being copiedpublic GovernanceLink(ElementStub template)
template - object being copiedpublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String toString()
toString in class ElementStubpublic boolean equals(Object objectToCompare)
equals in class ElementStubobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementStubCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.