public class Glossary extends GovernedNode
classifications, nodeType| Constructor and Description |
|---|
Glossary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Classification> |
getClassifications()
The classifications associated with this glossary
|
String |
getDescription()
Description of the glossary
|
GovernanceActions |
getGovernanceActions()
Retention
|
Set<IconSummary> |
getIcons()
icon summary
|
String |
getLanguage()
The Natural Language used in the glossary.
|
String |
getName()
Consumable name for the glossary, suitable for reports and user interfaces.
|
NodeType |
getNodeType()
Node type
|
Set<ProjectSummary> |
getProjects()
get the projects
|
String |
getQualifiedName()
Unique identifying name for the glossary instance.
|
String |
getUsage()
Guidance on the usage of this glossary content.
|
int |
hashCode() |
void |
processClassification(Classification classification) |
void |
setLanguage(String language) |
void |
setName(String name) |
void |
setNodeType(NodeType nodeType) |
void |
setUsage(String usage) |
StringBuilder |
toString(StringBuilder sb) |
setClassifications, setGovernanceActions, toStringgetAdditionalProperties, getSystemAttributes, setAdditionalProperties, setDescription, setIcons, setProjects, setQualifiedName, setSystemAttributespublic String getUsage()
public void setUsage(String usage)
public String getLanguage()
public void setLanguage(String language)
public String getName()
public NodeType getNodeType()
NodegetNodeType in class Nodepublic void setNodeType(NodeType nodeType)
setNodeType in class Nodepublic String getDescription()
getDescription in class Nodepublic String getQualifiedName()
getQualifiedName in class Nodepublic Set<ProjectSummary> getProjects()
NodegetProjects in class Nodepublic List<Classification> getClassifications()
getClassifications in class NodeList<Classification> public GovernanceActions getGovernanceActions()
getGovernanceActions in class GovernedNodepublic Set<IconSummary> getIcons()
Nodepublic void processClassification(Classification classification)
processClassification in class Nodepublic StringBuilder toString(StringBuilder sb)
toString in class GovernedNodepublic boolean equals(Object o)
equals in class GovernedNodepublic int hashCode()
hashCode in class GovernedNodeCopyright © 2018 ODPi. All rights reserved.