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