org.deegree.metadata.iso.types
Class Keyword
java.lang.Object
org.deegree.metadata.iso.types.Keyword
public class Keyword
- extends Object
Keyword representation for records. This class encapsulates the data for representation only.
In ISO profile this class encapsulates the keywords, whereas in DC profile the subjects are encapsulates in this
class.
- Version:
- $Revision: 30650 $, $Date: 2011-05-05 11:34:25 +0200 (Thu, 05 May 2011) $
- Author:
- Steffen Thomas, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Keyword
public Keyword(String keywordType,
List<String> keywords,
String thesaurus)
- Creates a new
Keyword
instance.
- Parameters:
keywordType
- a group of similar keywords. It's defined in a codeList {discipline, place, stratum, theme, temporal}keywords
- topic of the content of the resourcethesaurus
- of the keywords
getKeywordType
public String getKeywordType()
- Returns:
- the keywordType
getKeywords
public List<String> getKeywords()
- Returns:
- the keywords
getThesaurus
public String getThesaurus()
- Returns:
- the thesaurus
Copyright © 2011. All Rights Reserved.