com.jpattern.orm.persistor.reflection
Class SetterSetManipulator<BEAN,P>
java.lang.Object
com.jpattern.orm.persistor.reflection.SetManipulator<BEAN,P>
com.jpattern.orm.persistor.reflection.SetterSetManipulator<BEAN,P>
public class SetterSetManipulator<BEAN,P>
- extends SetManipulator<BEAN,P>
Get the value of a field using the related getter method
- Author:
- Francesco Cina'
Mar 31, 2012
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetterSetManipulator
public SetterSetManipulator(Method setterMethod)
setValue
public void setValue(BEAN bean,
P value)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Specified by:
setValue in class SetManipulator<BEAN,P>
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2013. All Rights Reserved.