deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence.neededdatastructures
Class Keyword

java.lang.Object
  extended by org.deegree.record.persistence.neededdatastructures.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: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
Keyword(String keywordType, List<String> keywords, String thesaurus)
          Creates a new Keyword instance.
 
Method Summary
 List<String> getKeywords()
           
 String getKeywordType()
           
 String getThesaurus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 resource
thesaurus - of the keywords
Method Detail

getKeywordType

public String getKeywordType()
Returns:
the keywordType

getKeywords

public List<String> getKeywords()
Returns:
the keywords

getThesaurus

public String getThesaurus()
Returns:
the thesaurus

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>