org.gcube.dataaccess.spql.model
Class TermWords

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.TermWords

public class TermWords
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  TermType type
           
protected  List<String> words
           
 
Constructor Summary
TermWords()
           
 
Method Summary
 TermType getType()
           
 List<String> getWords()
           
 void setType(TermType type)
           
 void setWords(List<String> words)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected TermType type

words

protected List<String> words
Constructor Detail

TermWords

public TermWords()
Method Detail

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.