Method Summary |
|
String | getKey() The key identifiying the object. |
String | getMemento() Contents to persist. |
Object | getObject() Returns the cached object. |
Class | getObjectClass() Returns the cached type of the object being stored. |
void | setKey(String value) Sets the value of the '
net.refractions.udig.project.internal.BlackboardEntry.getKey Key ' attribute. |
void | setMemento(String value) Sets the value of the '
net.refractions.udig.project.internal.BlackboardEntry.getMemento Memento ' attribute. |
void | setObject(Object value) Sets the value of the '
net.refractions.udig.project.internal.BlackboardEntry.getObject Object ' attribute. |
void | setObjectClass(Class value) Sets the value of the '
net.refractions.udig.project.internal.BlackboardEntry.getObjectClass Object Class ' attribute. |