dog.util
Interface Referential

All Known Implementing Classes:
DCheckboxGroup, DComponent, DContainer, DItem

public interface Referential

An interface implemented by objects that maintain an external object reference.

This reference can be used to tag objects with a datasource id or store a hashtable of associated values.


Method Summary
 java.lang.Object getReference()
          Returns the object reference.
 void setReference(java.lang.Object reference)
          Sets the object reference.
 

Method Detail

getReference

public java.lang.Object getReference()
Returns the object reference.

setReference

public void setReference(java.lang.Object reference)
Sets the object reference.
Parameters:
reference - the object reference to store.