|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBean
The definition of a Bean interface.
It has to give access to the property methods with generic get and set methods.
Map| Method Summary | |
|---|---|
Object |
clone()
Returns a clone of this bean. |
Object |
get(String pPropertyName)
Gets the value of the property name. |
IBeanType |
getBeanType()
Gets the property names available by this bean. |
Object |
put(String pPropertyName,
Object pValue)
Sets the value of the property name. |
| Method Detail |
|---|
IBeanType getBeanType()
Object get(String pPropertyName)
pPropertyName - the property name.
Object put(String pPropertyName,
Object pValue)
pPropertyName - the property name.pValue - the value of the property name.
Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||