public class GlossaryTermContextDefinition extends Object implements Serializable
| Constructor and Description |
|---|
GlossaryTermContextDefinition()
Default constructor
|
GlossaryTermContextDefinition(GlossaryTermContextDefinition 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 for the context.
|
String |
getScope()
Returns the name of the scope of where the context applies.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up description of the context.
|
void |
setScope(String scope)
Set up the scope of where the context applies.
|
String |
toString()
Standard toString method.
|
public GlossaryTermContextDefinition()
public GlossaryTermContextDefinition(GlossaryTermContextDefinition template)
template - template object to copy.public void setDescription(String description)
description - Stringpublic String getDescription()
public void setScope(String scope)
scope - stringpublic String getScope()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.