|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.plugins.AbstractAnnotatedInfo
org.jboss.reflect.plugins.AnnotationHolder
org.jboss.beans.info.plugins.AbstractPropertyInfo
org.jboss.beans.info.plugins.FieldPropertyInfo
org.jboss.beans.info.plugins.SetterAndFieldPropertyInfo
public class SetterAndFieldPropertyInfo
Combined setter and field property info.
| Field Summary |
|---|
| Fields inherited from class org.jboss.reflect.plugins.AnnotationHolder |
|---|
annotationMap, annotationsArray |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
SetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field)
|
|
| Method Summary | |
|---|---|
MethodInfo |
getSetter()
Get the setter |
void |
set(Object bean,
Object value)
Set the property value |
void |
setSetter(MethodInfo setter)
Set the setter |
| Methods inherited from class org.jboss.beans.info.plugins.FieldPropertyInfo |
|---|
equals, get, getFieldInfo, getGetter, isReadable, isWritable, setGetter, toString |
| Methods inherited from class org.jboss.beans.info.plugins.AbstractPropertyInfo |
|---|
getBeanInfo, getHashCode, getName, getType, getUpperName, init, setType, toShortString |
| Methods inherited from class org.jboss.reflect.plugins.AnnotationHolder |
|---|
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotations |
| Methods inherited from class org.jboss.reflect.plugins.AbstractAnnotatedInfo |
|---|
getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
|---|
getAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresent |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Constructor Detail |
|---|
public SetterAndFieldPropertyInfo(PropertyInfo previous,
FieldInfo field)
| Method Detail |
|---|
public void set(Object bean,
Object value)
throws Throwable
PropertyInfo
set in interface PropertyInfoset in class FieldPropertyInfobean - the beanvalue - the property value
Throwable - for any errorpublic MethodInfo getSetter()
PropertyInfo
getSetter in interface PropertyInfogetSetter in class FieldPropertyInfopublic void setSetter(MethodInfo setter)
PropertyInfo
setSetter in interface PropertyInfosetSetter in class FieldPropertyInfosetter - the setter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||