public class SearchKeyword extends ElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
SearchKeyword()
Default constructor
|
SearchKeyword(SearchKeyword 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 keyword description null means no description is available.
|
String |
getName()
Return the name of the keyword.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setDescription(String keywordDescription)
Set up the keyword description null means no description is available.
|
void |
setName(String name)
Set up the name of the keyword.
|
String |
toString()
Standard toString method.
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic SearchKeyword()
public SearchKeyword(SearchKeyword template)
template - element to copypublic String getName()
public void setName(String name)
name - String keyword namepublic String getDescription()
public void setDescription(String keywordDescription)
keywordDescription - keyword descriptionpublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.