public class GlossaryTermCategorization extends Object implements Serializable
| Constructor and Description |
|---|
GlossaryTermCategorization()
Default constructor
|
GlossaryTermCategorization(GlossaryTermCategorization 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 categorization.
|
GlossaryTermRelationshipStatus |
getStatus()
Returns whether this relationship should be used.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up description of the categorization.
|
void |
setStatus(GlossaryTermRelationshipStatus status)
Set up whether this relationship should be used.
|
String |
toString()
Standard toString method.
|
public GlossaryTermCategorization()
public GlossaryTermCategorization(GlossaryTermCategorization template)
template - template object to copy.public void setDescription(String description)
description - Stringpublic String getDescription()
public void setStatus(GlossaryTermRelationshipStatus status)
status - status enum (draft, active, deprecated, obsolete, other)public GlossaryTermRelationshipStatus getStatus()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.