org.nuiton.util.csv
Class Common.MapProperty<E extends Map<String,Object>,T>

java.lang.Object
  extended by org.nuiton.util.csv.Common.MapProperty<E,T>
All Implemented Interfaces:
ValueGetter<E,T>, ValueGetterSetter<E,T>, ValueSetter<E,T>
Enclosing class:
Common

public static class Common.MapProperty<E extends Map<String,Object>,T>
extends Object
implements ValueGetterSetter<E,T>


Field Summary
protected  String propertyName
           
 
Method Summary
 T get(E object)
           
 void set(E bean, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

protected String propertyName
Method Detail

set

public void set(E bean,
                T value)
         throws Exception
Specified by:
set in interface ValueSetter<E extends Map<String,Object>,T>
Throws:
Exception

get

public T get(E object)
      throws Exception
Specified by:
get in interface ValueGetter<E extends Map<String,Object>,T>
Throws:
Exception


Copyright © 2011-2012 CodeLutin. All Rights Reserved.