org.apache.commons.clazz.bean
Interface Bean

All Known Implementing Classes:
BasicBean

public interface Bean

Bean is an interface that should be implemented by beans, or classes that can make themselves appear to be beans.

Version:
$Id: Bean.java,v 1.4 2004/02/19 23:58:38 scolebourne Exp $
Author:
Stephen Colebourne

Method Summary
 Object get(String propertyName)
           
 org.apache.commons.clazz.Clazz getClazz()
          Gets the Clazz for the bean.
 void set(String propertyName, Object value)
           
 

Method Detail

getClazz

public org.apache.commons.clazz.Clazz getClazz()
Gets the Clazz for the bean.

Returns:
the meta bean for the bean

get

public Object get(String propertyName)

set

public void set(String propertyName,
                Object value)


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.