org.gcube.spatial.data.gis.model
Class GeoServerDescriptor
java.lang.Object
org.gcube.spatial.data.gis.model.GeoServerDescriptor
- All Implemented Interfaces:
- Comparable<GeoServerDescriptor>
public class GeoServerDescriptor
- extends Object
- implements Comparable<GeoServerDescriptor>
GeoServerDescriptor
public GeoServerDescriptor(String url,
String user,
String password,
Long hostedLayersCount)
compareTo
public int compareTo(GeoServerDescriptor o)
- Specified by:
compareTo in interface Comparable<GeoServerDescriptor>
getUrl
public String getUrl()
- Returns:
- the url
setUrl
public void setUrl(String url)
- Parameters:
url - the url to set
getUser
public String getUser()
- Returns:
- the user
setUser
public void setUser(String user)
- Parameters:
user - the user to set
getPassword
public String getPassword()
- Returns:
- the password
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
getHostedLayersCount
public Long getHostedLayersCount()
- Returns:
- the hostedLayersCount
setHostedLayersCount
public void setHostedLayersCount(Long hostedLayersCount)
- Parameters:
hostedLayersCount - the hostedLayersCount to set
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.