org.gcube.spatial.data.gis.is
Class GeoServerDescriptor

java.lang.Object
  extended by org.gcube.spatial.data.gis.is.GeoServerDescriptor
All Implemented Interfaces:
Comparable<GeoServerDescriptor>

public class GeoServerDescriptor
extends Object
implements Comparable<GeoServerDescriptor>


Constructor Summary
GeoServerDescriptor(String url, String user, String password, Long hostedLayersCount)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoServerDescriptor

public GeoServerDescriptor(String url,
                           String user,
                           String password,
                           Long hostedLayersCount)
Method Detail

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 © 2014. All Rights Reserved.