public class ListParent<T,E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<E> |
list |
private T |
parent |
| Constructor and Description |
|---|
ListParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
getList() |
T |
getParent() |
void |
setList(java.util.List<E> list) |
void |
setParent(T parent) |