public final class DownloadVersion extends Object implements Comparable<DownloadVersion>
| Constructor and Description |
|---|
DownloadVersion(String version,
String url)
Constructor with mandatory data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DownloadVersion other) |
boolean |
equals(Object obj) |
String |
getUrl()
Returns the download URL string.
|
URL |
getURL()
Returns the download URL.
|
String |
getVersion()
Returns the version.
|
int |
hashCode() |
String |
toString() |
public final String getVersion()
public final String getUrl()
public final URL getURL()
public final int compareTo(DownloadVersion other)
compareTo in interface Comparable<DownloadVersion>Copyright © 2016 fuin.org (Germany). All rights reserved.