Java org.apache.commons.beanutils BasicDynaBean fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils BasicDynaBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils BasicDynaBean.

The text is from its open source code.

Subclass

org.apache.commons.beanutils.BasicDynaBean has subclasses.
Click this link to see all its subclasses.

Constructor

BasicDynaBean(DynaClass dynaClass)
Construct a new DynaBean associated with the specified DynaClass instance.

Method

Objectget(String name)
Return the value of a simple property with the specified name.
voidset(String name, Object value)
Set the value of a simple property with the specified name.