com.jpattern.orm.persistor.reflection
Class SetManipulator<BEAN,P>
java.lang.Object
com.jpattern.orm.persistor.reflection.SetManipulator<BEAN,P>
- Direct Known Subclasses:
- FieldSetManipulator, SetterSetManipulator
public abstract class SetManipulator<BEAN,P>
- extends Object
set a value to a field
- Author:
- Francesco Cina'
Mar 31, 2012
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetManipulator
public SetManipulator()
setValue
public abstract void setValue(BEAN bean,
P value)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2013. All Rights Reserved.