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 155436 2005-02-26 13:17:48Z dirkv $
Author:
Stephen Colebourne

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

Method Detail

getClazz

Clazz getClazz()
Gets the Clazz for the bean.

Returns:
the meta bean for the bean

get

Object get(String propertyName)

set

void set(String propertyName,
         Object value)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.