edu.pdx.cs399J.grader
Class SubmitTask.Comment

java.lang.Object
  extended by edu.pdx.cs399J.grader.SubmitTask.Comment
Enclosing class:
SubmitTask

public static class SubmitTask.Comment
extends Object

A little class that holds a comment. This allows us to have multiple, nested comments.


Constructor Summary
SubmitTask.Comment()
          Creates a new Comment
 
Method Summary
 String getValue()
          Returns the value of this comment
 void setValue(String value)
          Sets the value of this comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitTask.Comment

public SubmitTask.Comment()
Creates a new Comment

Method Detail

getValue

public String getValue()
Returns the value of this comment


setValue

public void setValue(String value)
Sets the value of this comment



Copyright © 2000-2009 Portland State University. All Rights Reserved.