public final class RemoteJob extends Object implements Comparable<RemoteJob>
| Constructor and Description |
|---|
RemoteJob(String name,
String url,
String description,
RemoteJob parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RemoteJob other) |
boolean |
equals(Object obj) |
SortedSet<RemoteJob> |
getChildren() |
String |
getDescription() |
String |
getFullName() |
String |
getName() |
RemoteJob |
getParent() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
public String getName()
public String getUrl()
public String getDescription()
public RemoteJob getParent()
public String getFullName()
public int compareTo(RemoteJob other)
compareTo in interface Comparable<RemoteJob>Copyright © 2016–2017. All rights reserved.