cdx.scorebot.app.reporter
Class Comments.TeamComment

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

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

See Also:
Serialized Form

Constructor Summary
Comments.TeamComment()
           
 
Method Summary
 java.lang.String getComment()
          gets overall comments for a team
 java.lang.String getTeamName()
          gets the team's name this object's comment is for
 void setComment(java.lang.String comment)
          sets overall comments for a team
 void setTeamName(java.lang.String teamName)
          sets the team's name this object's comment is for
 java.lang.String toString()
          returns the team's name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comments.TeamComment

public Comments.TeamComment()
Method Detail

getTeamName

public java.lang.String getTeamName()
gets the team's name this object's comment is for


setTeamName

public void setTeamName(java.lang.String teamName)
sets the team's name this object's comment is for


getComment

public java.lang.String getComment()
gets overall comments for a team


setComment

public void setComment(java.lang.String comment)
sets overall comments for a team


toString

public java.lang.String toString()
returns the team's name

Overrides:
toString in class java.lang.Object