org.davesag.generica.summary
Class GenericSummary
java.lang.Object
org.apache.commons.beanutils.BasicDynaBean
org.davesag.generica.summary.GenericSummary
- All Implemented Interfaces:
- DynaBean, Serializable, Summary
- public class GenericSummary
- extends BasicDynaBean
- implements Summary
The GenericSummary bean is a very simple implementation of the
Summary interface that builds on the apache commons'
BasicDynaBean to provide its functionality.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: GenericSummary.java,v 1.7 2004/03/30 10:12:58 norm Exp $
- Author:
- Dave Sag
http://www.davesag.com
- See Also:
- Serialized Form
|
Constructor Summary |
GenericSummary(DynaProperty[] props)
Constructor that takes an array of DynaProperties that
define the properties to be used in this summary. |
| Methods inherited from class org.apache.commons.beanutils.BasicDynaBean |
contains, get, get, get, getDynaClass, getDynaProperty, isAssignable, remove, set, set, set |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.davesag.generica.summary.Summary |
get, set |
GenericSummary
public GenericSummary(DynaProperty[] props)
- Constructor that takes an array of
DynaProperties that
define the properties to be used in this summary.
- Parameters:
props - The properties that define this summary.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.