public abstract class CollectionDto<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
collection |
| Constructor and Description |
|---|
CollectionDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
abstract List<T> |
getCollection() |
Copyright © 2008-2015 Abiquo Holdings S.L.. All Rights Reserved.