public class GenericPojo<T> extends PojoSuper
| Constructor and Description |
|---|
GenericPojo() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getListOfT() |
T |
gettVal() |
void |
setListOfT(List<T> listOfT) |
void |
settVal(T tVal) |
Copyright © 2015. All Rights Reserved.