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

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

Constructor Summary
SetterSetManipulator(Method setterMethod)
           
 
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

SetterSetManipulator

public SetterSetManipulator(Method setterMethod)
Method Detail

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.