|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.bean.DynamicBean
public class DynamicBean
The DynamicBean stores dynamic data.
| Constructor Summary | |
|---|---|
DynamicBean()
Creates an empty Bean without properties. |
|
DynamicBean(String[] pPropertyNames)
Creates an Bean with the given properties. |
|
| Method Summary | |
|---|---|
Object |
get(String pPropertyName)
Gets the value of the property name. |
String[] |
getPropertyNames()
Gets the property names available by this bean. |
Object |
set(String pPropertyName,
Object pValue)
Sets the value of the property name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicBean()
public DynamicBean(String[] pPropertyNames)
pPropertyNames - the property names.| Method Detail |
|---|
public String toString()
toString in class Objectpublic String[] getPropertyNames()
getPropertyNames in interface IReadBeanpublic Object get(String pPropertyName)
get in interface IReadBeanpPropertyName - the property name.
public Object set(String pPropertyName,
Object pValue)
set in interface IBeanpPropertyName - the property name.pValue - the value of the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||