|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.pdx.cs399J.grader.NotableImpl
public abstract class NotableImpl
The abstract superclass of several notable classes. It
is the result of refactoring some code.
| Constructor Summary | |
|---|---|
NotableImpl()
|
|
| Method Summary | |
|---|---|
void |
addNote(String note)
Adds a note about this Assignment |
List<String> |
getNotes()
Returns notes about this Assignment |
boolean |
isDirty()
Returns true if this Assignment has been
modified. |
void |
makeClean()
Marks this Assignment as being clean |
void |
removeNote(String note)
Removes a note about this object |
void |
setDirty(boolean dirty)
Sets the dirtiness of this Assignment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotableImpl()
| Method Detail |
|---|
public List<String> getNotes()
Assignment
getNotes in interface Notablepublic void addNote(String note)
Assignment
addNote in interface Notablepublic void removeNote(String note)
Notable
removeNote in interface Notablepublic void setDirty(boolean dirty)
Assignment
public boolean isDirty()
true if this Assignment has been
modified.
public void makeClean()
Assignment as being clean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||