public abstract class AbstractSetterMethod<T> extends StandardProcedure<T> implements ISetterMethod<T>
| Modifier and Type | Field and Description | 
|---|---|
| static String | INTERNAL_NAME | 
_method| Constructor and Description | 
|---|
| AbstractSetterMethod(Method method) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | internalSet(T obj,
           Object arg) | 
| void | set(T obj,
   Object arg) | 
equals, getAnnotation, getAnnotations, getDeclaredAnnotations, getDeclaringClass, getExceptionTypes, getMember, getMethod, getModifiers, getName, getParameterTypes, getReturnType, hashCode, isAccessible, isAnnotationPresent, setAccessible, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExceptionTypes, getMethod, getParameterTypes, getReturnTypegetDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessiblegetAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentpublic static final String INTERNAL_NAME
public AbstractSetterMethod(Method method)
public void set(T obj, Object arg) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
set in interface ISetterMethod<T>IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionCopyright © GigaSpaces.