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

java.lang.Object
  extended by com.jpattern.orm.persistor.reflection.GetManipulator<BEAN,P>
      extended by com.jpattern.orm.persistor.reflection.GetterGetManipulator<BEAN,P>

public class GetterGetManipulator<BEAN,P>
extends GetManipulator<BEAN,P>

Set the value of a using the related setter method

Author:
Francesco Cina' Mar 31, 2012

Constructor Summary
GetterGetManipulator(Method getterMethod)
           
 
Method Summary
 P getValue(BEAN bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterGetManipulator

public GetterGetManipulator(Method getterMethod)
Method Detail

getValue

public P getValue(BEAN bean)
           throws IllegalArgumentException,
                  IllegalAccessException,
                  InvocationTargetException
Specified by:
getValue in class GetManipulator<BEAN,P>
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2013. All Rights Reserved.