org.gcube.dataaccess.spql.model
Class TermWords
java.lang.Object
org.gcube.dataaccess.spql.model.TermWords
public class TermWords
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected TermType type
words
protected List<String> words
TermWords
public TermWords()
getType
public TermType getType()
- Returns:
- the type
setType
public void setType(TermType type)
- Parameters:
type - the type to set
getWords
public List<String> getWords()
- Returns:
- the words
setWords
public void setWords(List<String> words)
- Parameters:
words - the words to set
Copyright © 2013. All Rights Reserved.