|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
KeywordsImpl
public class KeywordsImpl
Keywords, their type and reference source.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
KeywordsImpl()
Constructs an initially empty keywords. |
|
KeywordsImpl(Collection<? extends InternationalString> keywords)
Creates keywords initialized to the given list. |
|
KeywordsImpl(Keywords source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<InternationalString> |
getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. |
Citation |
getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords. |
KeywordType |
getType()
Subject matter used to group similar keywords. |
void |
setKeywords(Collection<? extends InternationalString> newValues)
Set commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. |
void |
setThesaurusName(Citation newValue)
Set the name of the formally registered thesaurus or a similar authoritative source of keywords. |
void |
setType(KeywordType newValue)
Set the subject matter used to group similar keywords. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeywordsImpl()
public KeywordsImpl(Keywords source)
public KeywordsImpl(Collection<? extends InternationalString> keywords)
Method Detail |
---|
public Collection<InternationalString> getKeywords()
getKeywords
in interface Keywords
public void setKeywords(Collection<? extends InternationalString> newValues)
public KeywordType getType()
getType
in interface Keywords
null
.public void setType(KeywordType newValue)
public Citation getThesaurusName()
getThesaurusName
in interface Keywords
null
.public void setThesaurusName(Citation newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |