public class BoundedGenericPojo<T extends Number> extends PojoSuper
BoundedGenericPojo()
List<T>
getListOfT()
T
gettVal()
void
setListOfT(List<T> listOfT)
settVal(T tVal)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BoundedGenericPojo()
public T gettVal()
public void settVal(T tVal)
public List<T> getListOfT()
public void setListOfT(List<T> listOfT)
Copyright © 2015. All Rights Reserved.