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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExceptionTypes, getMethod, getParameterTypes, getReturnType
getDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessible
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
public 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>
IllegalAccessException
IllegalArgumentException
InvocationTargetException
Copyright © GigaSpaces.