com.jpattern.orm.persistor.reflection
Class FieldSetManipulator<BEAN,P>

java.lang.Object
  extended by com.jpattern.orm.persistor.reflection.SetManipulator<BEAN,P>
      extended by 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

Constructor Summary
FieldSetManipulator(Field field)
           
 
Method Summary
 void setValue(BEAN bean, P value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSetManipulator

public FieldSetManipulator(Field field)
Method Detail

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.