cdx.scorebot.app.reporter
Class Comments

java.lang.Object
  extended by cdx.scorebot.app.reporter.Comments
All Implemented Interfaces:
java.io.Serializable

public class Comments
extends java.lang.Object
implements java.io.Serializable

A simple structure to hold comments and the output directory for a report.

Author:
David Underhill
See Also:
Serialized Form

Nested Class Summary
 class Comments.TeamComment
           
 
Constructor Summary
Comments()
           
 
Method Summary
 void addTeamComment(java.lang.String teamName)
          adds a team
 java.lang.String getOutputDirBasic()
          gets the directory where the basic report should be output to
 java.lang.String getOutputDirFull()
          gets the directory where the full report should be output to
 java.lang.String getReportComments()
          gets overall comments for the report
 java.util.Vector<Comments.TeamComment> getTeamComments()
          gets the comments for each team
 void setOutputDirBasic(java.lang.String outputDirBasic)
          sets the directory where the basic report should be output to
 void setOutputDirFull(java.lang.String outputDirFull)
          sets the directory where the full report should be output to
 void setReportComments(java.lang.String reportComments)
          sets overall comments for the report
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comments

public Comments()
Method Detail

getReportComments

public java.lang.String getReportComments()
gets overall comments for the report


setReportComments

public void setReportComments(java.lang.String reportComments)
sets overall comments for the report


addTeamComment

public void addTeamComment(java.lang.String teamName)
adds a team


getTeamComments

public java.util.Vector<Comments.TeamComment> getTeamComments()
gets the comments for each team


getOutputDirBasic

public java.lang.String getOutputDirBasic()
gets the directory where the basic report should be output to


setOutputDirBasic

public void setOutputDirBasic(java.lang.String outputDirBasic)
sets the directory where the basic report should be output to


getOutputDirFull

public java.lang.String getOutputDirFull()
gets the directory where the full report should be output to


setOutputDirFull

public void setOutputDirFull(java.lang.String outputDirFull)
sets the directory where the full report should be output to