public abstract class AbstractMachinesDto<T extends MachineDto> extends WrapperDto<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
collection |
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
AbstractMachinesDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
void |
addAll(WrapperDto<T> errors) |
abstract List<T> |
getCollection() |
Integer |
getTotalSize() |
boolean |
isEmpty() |
void |
setTotalSize(Integer totalSize) |
addAlladdEditLink, addLink, addLinks, getBaseMediaType, getEditLink, getIdFromLink, getLinks, getMediaType, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinksprotected List<T extends MachineDto> collection
public void add(T element)
add in class WrapperDto<T extends MachineDto>public void addAll(WrapperDto<T> errors)
addAll in class WrapperDto<T extends MachineDto>public abstract List<T> getCollection()
getCollection in class WrapperDto<T extends MachineDto>public Integer getTotalSize()
getTotalSize in class WrapperDto<T extends MachineDto>public boolean isEmpty()
isEmpty in class WrapperDto<T extends MachineDto>public void setTotalSize(Integer totalSize)
setTotalSize in class WrapperDto<T extends MachineDto>Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.