|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbforms.interfaces.StaticData
public class StaticData
Description of the Class
| Constructor Summary | |
|---|---|
StaticData()
Creates a new KeyValuePair object. |
|
StaticData(String key,
String value)
Creates a new KeyValuePair object. |
|
| Method Summary | |
|---|---|
String |
getKey()
Gets the key attribute of the KeyValuePair object |
String |
getValue()
Gets the value attribute of the KeyValuePair object |
void |
setKey(String key)
Sets the key attribute of the KeyValuePair object |
void |
setValue(String value)
Sets the value attribute of the KeyValuePair object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticData()
public StaticData(String key,
String value)
key - the key valuevalue - the value related to the key| Method Detail |
|---|
public void setKey(String key)
key - The new key valuepublic String getKey()
public void setValue(String value)
value - The new value valuepublic String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||