public class GeoServerDescriptor extends Object implements Comparable<GeoServerDescriptor>
| Constructor and Description |
|---|
GeoServerDescriptor(String url,
String user,
String password,
Long hostedLayersCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GeoServerDescriptor o) |
boolean |
equals(Object obj) |
Long |
getHostedLayersCount() |
String |
getPassword() |
String |
getUrl() |
String |
getUser() |
int |
hashCode() |
void |
setHostedLayersCount(Long hostedLayersCount) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
String |
toString() |
public int compareTo(GeoServerDescriptor o)
compareTo in interface Comparable<GeoServerDescriptor>public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic Long getHostedLayersCount()
public void setHostedLayersCount(Long hostedLayersCount)
hostedLayersCount - the hostedLayersCount to setCopyright © 2015. All Rights Reserved.