public class FileMetadataResourceLinks
extends Object
implements Serializable
| Constructor and Description |
|---|
FileMetadataResourceLinks() |
| Modifier and Type | Method and Description |
|---|---|
FileMetadataResourceLinks |
download(LinkForDownloadingTheFile download) |
boolean |
equals(Object o) |
LinkForDownloadingTheFile |
getDownload()
Get download
|
RelSelf |
getSelf()
Get self
|
int |
hashCode() |
FileMetadataResourceLinks |
self(RelSelf self) |
void |
setDownload(LinkForDownloadingTheFile download) |
void |
setSelf(RelSelf self) |
String |
toString() |
public FileMetadataResourceLinks self(RelSelf self)
public RelSelf getSelf()
public void setSelf(RelSelf self)
public FileMetadataResourceLinks download(LinkForDownloadingTheFile download)
public LinkForDownloadingTheFile getDownload()
public void setDownload(LinkForDownloadingTheFile download)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object