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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.beanutils.DynaBean has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Objectget(String name)
Return the value of a simple property with the specified name.
ClassgetClass()
Returns the runtime class of this Object .
DynaClassgetDynaClass()
Return the DynaClass instance that describes the set of properties available for this DynaBean.
voidset(String name, Object value)
Set the value of a simple property with the specified name.
StringtoString()
Returns a string representation of the object.