Package | Description |
---|---|
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
Modifier and Type | Method and Description |
---|---|
FileChunkDTO |
TempChunkFileDTO.getFileChunkDTO() |
Modifier and Type | Method and Description |
---|---|
List<FileChunkDTO> |
NormalFileDTO.getFileChunkDTOs() |
List<FileChunkDTO> |
NormalFileDTO.getTempFileChunkDTOs() |
Modifier and Type | Method and Description |
---|---|
void |
TempChunkFileDTO.setFileChunkDTO(FileChunkDTO fileChunkDTO) |
Modifier and Type | Method and Description |
---|---|
void |
NormalFileDTO.setFileChunkDTOs(List<FileChunkDTO> fileChunkDTOs) |
void |
NormalFileDTO.setTempFileChunkDTOs(List<FileChunkDTO> tempFileChunkDTOs) |
Copyright © 2013-2014. All Rights Reserved.