| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
scone.netobjects.FieldValueHashTable
public class FieldValueHashTable
holds the values of a TableRecord object.
 This is a Hashtable which notifies a TableRecord object when it has been changed.
| Constructor Summary | |
|---|---|
| FieldValueHashTable(TableRecord set)creates a new FieldValueHashTable object | |
| Method Summary | |
|---|---|
|  java.lang.String | get(java.lang.String name)returns the value of the specified field | 
|  void | put(java.lang.String name,
    java.lang.Object value)sets a field to the specified value and notifies the DBset object value must be a String! | 
|  void | put(java.lang.String name,
    java.lang.String value)sets a field to the specified value and notifies the DBset object | 
| Methods inherited from class java.util.Hashtable | 
|---|
| clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FieldValueHashTable(TableRecord set)
set - the TableRecord which will be notified if any changes occur| Method Detail | 
|---|
public void put(java.lang.String name,
                java.lang.Object value)
name - the name of the fieldvalue - the value
public void put(java.lang.String name,
                java.lang.String value)
name - the name of the fieldvalue - the valuepublic java.lang.String get(java.lang.String name)
name - the name of the field| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||