|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.pdx.cs399J.grader.SubmitTask.Comment
public static class SubmitTask.Comment
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 |
|---|
public SubmitTask.Comment()
Comment
| Method Detail |
|---|
public String getValue()
public void setValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||