javax.rad.bean
Interface IBean
- All Superinterfaces:
- IReadBean
- All Known Implementing Classes:
- DynamicBean
public interface IBean
- extends IReadBean
The definition of a Bean interface.
It has to give access to the property methods with generic get and set methods.
set
Object set(String pPropertyName,
Object pValue)
- Sets the value of the property name.
- Parameters:
pPropertyName - the property name.pValue - the value of the property name.
- Returns:
- the oldValue.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.