org.jboss.seam.util
Class TypedBeanProperty

java.lang.Object
  extended by org.jboss.seam.util.TypedBeanProperty

public class TypedBeanProperty
extends Object


Constructor Summary
TypedBeanProperty(Class<?> cls, Class type)
           
 
Method Summary
 String getName()
           
 Object getValue(Object bean)
           
 boolean isSet()
           
 void setValue(Object bean, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedBeanProperty

public TypedBeanProperty(Class<?> cls,
                         Class type)
Method Detail

setValue

public void setValue(Object bean,
                     Object value)

getValue

public Object getValue(Object bean)

getName

public String getName()

isSet

public boolean isSet()


Copyright © 2011 Seam Framework. All Rights Reserved.