@Indexed public class TrackedContentDTO extends Object implements Externalizable
| Constructor and Description |
|---|
TrackedContentDTO() |
TrackedContentDTO(String trackingID,
Set<TrackedContentEntryDTO> uploads,
Set<TrackedContentEntryDTO> downloads) |
| Modifier and Type | Method and Description |
|---|---|
Set<TrackedContentEntryDTO> |
getDownloads() |
String |
getTrackingID() |
Set<TrackedContentEntryDTO> |
getUploads() |
void |
readExternal(ObjectInput in) |
void |
setDownloads(Set<TrackedContentEntryDTO> downloads) |
void |
setTrackingID(String trackingID) |
void |
setUploads(Set<TrackedContentEntryDTO> uploads) |
void |
writeExternal(ObjectOutput out) |
public TrackedContentDTO()
public TrackedContentDTO(String trackingID, Set<TrackedContentEntryDTO> uploads, Set<TrackedContentEntryDTO> downloads)
public String getTrackingID()
public void setTrackingID(String trackingID)
public Set<TrackedContentEntryDTO> getUploads()
public void setUploads(Set<TrackedContentEntryDTO> uploads)
public Set<TrackedContentEntryDTO> getDownloads()
public void setDownloads(Set<TrackedContentEntryDTO> downloads)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2018-2019. All Rights Reserved.