public class KeywordSet extends Record
Modifier and Type | Method and Description |
---|---|
void |
addKeywordRef(FormID keywordRef)
Adds a keyword to the list
|
void |
clearKeywordRefs() |
boolean |
containedIn(KeywordSet set) |
boolean |
equals(java.lang.Object obj) |
java.util.ArrayList<FormID> |
getKeywordRefs()
Returns a COPY of the list of FormIDs associated with this keyword set.
|
int |
hashCode() |
java.lang.String |
print()
Returns the contents of the record, or exports them to a log, depending
on the record type.
|
void |
removeKeywordRef(FormID keywordRef)
Removes a keyword to the list
|
java.lang.String |
toString()
Returns a short summary/title of the record.
|
getRecordLength, getType
public java.util.ArrayList<FormID> getKeywordRefs()
public void addKeywordRef(FormID keywordRef)
keywordRef
- A KYWD formIDpublic void removeKeywordRef(FormID keywordRef)
keywordRef
- A KYWD formIDpublic void clearKeywordRefs()
public boolean containedIn(KeywordSet set)
set
- public boolean equals(java.lang.Object obj)
obj
- public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String print()
Record