org.gcube.portlets.user.gcubegeoexplorer.server
Class ServerParameters

java.lang.Object
  extended by org.gcube.portlets.user.gcubegeoexplorer.server.ServerParameters

public class ServerParameters
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  String password
           
protected  String url
           
protected  String user
           
protected  String workspaces
           
 
Constructor Summary
ServerParameters()
           
ServerParameters(String url, String user, String password, String workspaces)
           
 
Method Summary
 String getPassword()
           
 String getUrl()
           
 String getUser()
           
 String getWorkspaces()
           
 void setPassword(String password)
           
 void setUrl(String url)
           
 void setUser(String user)
           
 void setWorkspaces(String workspaces)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

protected String url

user

protected String user

password

protected String password

workspaces

protected String workspaces
Constructor Detail

ServerParameters

public ServerParameters()

ServerParameters

public ServerParameters(String url,
                        String user,
                        String password,
                        String workspaces)
Parameters:
url -
user -
password -
Method Detail

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

toString

public String toString()

Overrides:
toString in class Object

getWorkspaces

public String getWorkspaces()
Returns:
the workspaces

setWorkspaces

public void setWorkspaces(String workspaces)
Parameters:
workspaces - the workspaces to set


Copyright © 2013. All Rights Reserved.