|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.accessor.DirectPropertyAccessor.DirectSetter
public static final class DirectPropertyAccessor.DirectSetter
| Constructor Summary | |
|---|---|
DirectPropertyAccessor.DirectSetter(Field field,
Class clazz,
String name)
|
|
| Method Summary | |
|---|---|
Method |
getMethod()
Optional operation (return null) |
String |
getMethodName()
Optional operation (return null) |
String |
getName()
Get the property name |
(package private) Object |
readResolve()
|
void |
set(Object target,
Object value)
Set the property value from the given instance |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
DirectPropertyAccessor.DirectSetter(Field field,
Class clazz,
String name)
| Method Detail |
|---|
public String getName()
Setter
getName in interface Setterpublic Method getMethod()
Setter
getMethod in interface Setterpublic String getMethodName()
Setter
getMethodName in interface Setter
public void set(Object target,
Object value)
throws CompassException
Setter
set in interface SetterCompassExceptionpublic String toString()
toString in class ObjectObject readResolve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||