org.gcube.portlets.user.gcubegeoexplorer.server
Class ServerParameters
java.lang.Object
org.gcube.portlets.user.gcubegeoexplorer.server.ServerParameters
public class ServerParameters
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
url
protected String url
user
protected String user
password
protected String password
workspaces
protected String workspaces
ServerParameters
public ServerParameters()
ServerParameters
public ServerParameters(String url,
String user,
String password,
String workspaces)
- Parameters:
url
- user
- password
-
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.