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

java.lang.Object
  extended by com.jpattern.orm.persistor.reflection.SetManipulator<BEAN,P>
Direct Known Subclasses:
FieldSetManipulator, SetterSetManipulator

public abstract class SetManipulator<BEAN,P>
extends Object

set a value to a field

Author:
Francesco Cina' Mar 31, 2012

Constructor Summary
SetManipulator()
           
 
Method Summary
abstract  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

SetManipulator

public SetManipulator()
Method Detail

setValue

public abstract void setValue(BEAN bean,
                              P value)
                       throws IllegalArgumentException,
                              IllegalAccessException,
                              InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2013. All Rights Reserved.