public class GlossaryProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GlossaryProperties()
Default constructor
|
GlossaryProperties(GlossaryProperties template)
Copy/clone constructor.
|
| 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 the glossary.
|
String |
getDisplayName()
Return a human memorable name for the glossary.
|
String |
getLanguage()
Return the language that the glossary contents are written in.
|
String |
getUsage()
Return the expected usage of the glossary content.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the description of the glossary.
|
void |
setDisplayName(String displayName)
Set up a human memorable name for the glossary.
|
void |
setLanguage(String language)
Set up the language that the glossary contents are written in.
|
void |
setUsage(String usage)
Set up the expected usage of the glossary content.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic GlossaryProperties()
public GlossaryProperties(GlossaryProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string textpublic String getLanguage()
public void setLanguage(String language)
language - string namepublic String getUsage()
public void setUsage(String usage)
usage - string descriptionpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.