org.apache.uima.alchemy.digester.domain
Class Entity
java.lang.Object
org.apache.uima.alchemy.digester.domain.Entity
public class Entity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entity
public Entity()
getType
public String getType()
setType
public void setType(String type)
getRelevance
public String getRelevance()
setRelevance
public void setRelevance(String relevance)
getCount
public String getCount()
setCount
public void setCount(String count)
getText
public String getText()
setText
public void setText(String text)
setDisambiguated
public void setDisambiguated(Disambiguated disambiguated)
getDisambiguated
public Disambiguated getDisambiguated()
setQuotations
public void setQuotations(Quotations quotations)
getQuotations
public Quotations getQuotations()
setSentiment
public void setSentiment(DocumentSentiment sentiment)
getSentiment
public DocumentSentiment getSentiment()
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.