tml.vectorspace.operations.results
Class SummaryResult
java.lang.Object
tml.vectorspace.operations.results.AbstractResult
tml.vectorspace.operations.results.SummaryResult
public class SummaryResult
- extends AbstractResult
- Author:
- Jorge Villalon
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryResult
public SummaryResult()
getComment
public java.lang.String getComment()
- Returns:
- the comment
getItem
public java.lang.String getItem()
- Returns:
- the item
getValue
public java.lang.String getValue()
- Returns:
- the value
setComment
public void setComment(java.lang.String comment)
- Parameters:
comment
- the comment to set
setItem
public void setItem(java.lang.String item)
- Parameters:
item
- the item to set
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- the value to set