public static class Common.BeanProperty<E,T> extends Object implements ValueGetterSetter<E,T>
protected String
propertyName
T
get(E object)
void
set(E bean, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String propertyName
public void set(E bean, T value) throws Exception
set
ValueSetter<E,T>
Exception
public T get(E object) throws Exception
get
ValueGetter<E,T>
Copyright © 2013–2016 CodeLutin. All rights reserved.