public abstract class RemoteItem extends Object implements Serializable, Comparable<RemoteItem>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
fullName |
protected String |
impl |
protected String |
name |
protected RemoteFolder |
parent |
protected String |
url |
Modifier | Constructor and Description |
---|---|
protected |
RemoteItem(String name,
String impl,
String url,
String description,
RemoteFolder parent) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RemoteItem o) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getFullName() |
String |
getName() |
RemoteFolder |
getParent() |
String |
getUrl() |
int |
hashCode() |
boolean |
hasParent() |
abstract boolean |
isFolder() |
protected final String name
protected final String fullName
protected final String impl
protected final String url
protected final String description
protected final RemoteFolder parent
protected RemoteItem(String name, String impl, String url, String description, RemoteFolder parent)
public abstract boolean isFolder()
public String getName()
public String getFullName()
public String getUrl()
public String getDescription()
public RemoteFolder getParent()
public boolean hasParent()
public int compareTo(RemoteItem o)
compareTo
in interface Comparable<RemoteItem>
Copyright © 2016–2017. All rights reserved.