| Package | Description |
|---|---|
| org.commonjava.aprox.folo.dto |
| Modifier and Type | Method and Description |
|---|---|
Set<TrackedContentEntryDTO> |
TrackedContentDTO.getDownloads() |
Set<TrackedContentEntryDTO> |
TrackedContentDTO.getUploads() |
| Modifier and Type | Method and Description |
|---|---|
int |
TrackedContentEntryDTO.compareTo(TrackedContentEntryDTO other) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackedContentDTO.setDownloads(Set<TrackedContentEntryDTO> downloads) |
void |
TrackedContentDTO.setUploads(Set<TrackedContentEntryDTO> uploads) |
| Constructor and Description |
|---|
TrackedContentDTO(TrackingKey key,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
TrackedContentDTO(TrackingKey key,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
Copyright © 2015. All Rights Reserved.