org.apache.uima.alchemy.digester.domain
Class DocumentSentiment

java.lang.Object
  extended by org.apache.uima.alchemy.digester.domain.DocumentSentiment

public class DocumentSentiment
extends Object

The document sentiment information


Constructor Summary
DocumentSentiment()
           
 
Method Summary
 String getScore()
           
 String getType()
           
 void setScore(String score)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSentiment

public DocumentSentiment()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getScore

public String getScore()

setScore

public void setScore(String score)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.