|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.townleyenterprises.common.OverrideNode
This class represents a generic object container which maintains override relationships between objects. The main uses of this class are tracking property values from various sources as well as resource entries.
Constructor Summary | |
OverrideNode()
The default constructor creates an empty node. |
|
OverrideNode(java.lang.Object object)
The constructor creates a node to manage the specific object. |
Method Summary | |
java.lang.Object |
get()
This method is used to retrieve the object managed by this node. |
OverrideNode |
getPrevious()
This method is used to retrieve the previous reference so that the override list can be maintained. |
void |
set(java.lang.Object obj)
This method is used to set the object reference tracked by this node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OverrideNode()
public OverrideNode(java.lang.Object object)
object
- the object to manageMethod Detail |
public java.lang.Object get()
public OverrideNode getPrevious()
public void set(java.lang.Object obj)
obj
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |