edu.washington.cs.supple.render
Class WidgetPropertiesHashEntry

java.lang.Object
  extended byedu.washington.cs.supple.render.WidgetPropertiesHashEntry
All Implemented Interfaces:
java.io.Serializable

public class WidgetPropertiesHashEntry
extends java.lang.Object
implements java.io.Serializable

Author:
anthonyw Simple data structure to be used for storing Hashtable entries in non-Hashtable Collections Created for Saving/Loading RenderedUi's
See Also:
Serialized Form

Field Summary
protected  WidgetProperties entry
           
protected  java.lang.String key
           
 
Constructor Summary
WidgetPropertiesHashEntry(java.lang.String key, WidgetProperties entry)
          Constructor
 
Method Summary
 WidgetProperties getEntry()
           
 java.lang.String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

entry

protected WidgetProperties entry
Constructor Detail

WidgetPropertiesHashEntry

public WidgetPropertiesHashEntry(java.lang.String key,
                                 WidgetProperties entry)
Constructor

Parameters:
key -
entry -
Method Detail

getKey

public java.lang.String getKey()
Returns:
the key of the hash entry

getEntry

public WidgetProperties getEntry()
Returns:
the WidgetProperties entry