public class RepositoryFormHashtable
extends java.util.Hashtable
This cannot be an inner class because it confuses the component browser when it tries to serialize the value. Instead, we need the reference to our parent type made explicitly.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RepositoryFormHashtable(RepositoryFormData pFormData) |
RepositoryFormHashtable(RepositoryFormData pFormData,
RepositoryItemDescriptor pItemType,
RepositoryItem pItem) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.Object pKey)
Return the value associated with pKey.
|
RepositoryFormData |
getFormData() |
RepositoryItem |
getRepositoryItem() |
boolean |
isUpcaseGetAndPut() |
java.lang.Object |
put(java.lang.Object pKey,
java.lang.Object pValue) |
void |
setUpcaseGetAndPut(boolean pUpcaseGetAndPut) |
public RepositoryFormHashtable(RepositoryFormData pFormData)
public RepositoryFormHashtable(RepositoryFormData pFormData, RepositoryItemDescriptor pItemType, RepositoryItem pItem)
public boolean isUpcaseGetAndPut()
public void setUpcaseGetAndPut(boolean pUpcaseGetAndPut)
public RepositoryFormData getFormData()
public RepositoryItem getRepositoryItem()
public java.lang.Object put(java.lang.Object pKey,
java.lang.Object pValue)
put in interface java.util.Mapput in class java.util.Hashtablepublic java.lang.Object get(java.lang.Object pKey)
get in interface java.util.Mapget in class java.util.HashtablepKey - the key whose value to find.