public class WsThreddsSynchFolderConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
WsThreddsSynchFolderConfiguration()
Instantiates a new ws thredds synch folder configuration.
|
WsThreddsSynchFolderConfiguration(String remotePath,
GcubeScope theVRE,
String filter,
String catalogName,
String rootFolderId)
Instantiates a new ws thredds synch folder configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Gets the catalog name.
|
String |
getFilter()
Gets the filter.
|
String |
getRemotePath()
Gets the remote path.
|
String |
getRootFolderId() |
GcubeScope |
getSelectedScope() |
org.gcube.portal.wssynclibrary.shared.thredds.Status |
getStatus() |
void |
setCatalogName(String catalogName)
Sets the catalog name.
|
void |
setFilter(String filter)
Sets the filter.
|
void |
setRemotePath(String remotePath)
Sets the remote path.
|
void |
setRootFolderId(String rootFolderId) |
void |
setSelectedScope(GcubeScope selectedScope) |
void |
setStatus(org.gcube.portal.wssynclibrary.shared.thredds.Status status) |
String |
toString() |
public WsThreddsSynchFolderConfiguration()
public WsThreddsSynchFolderConfiguration(String remotePath, GcubeScope theVRE, String filter, String catalogName, String rootFolderId)
remotePath - the remote paththeVRE - the the vrefilter - the filtercatalogName - the catalog namepublic void setRootFolderId(String rootFolderId)
rootFolderId - the rootFolderId to setpublic String getRootFolderId()
public String getRemotePath()
public void setRemotePath(String remotePath)
remotePath - the new remote pathpublic GcubeScope getSelectedScope()
public org.gcube.portal.wssynclibrary.shared.thredds.Status getStatus()
public void setSelectedScope(GcubeScope selectedScope)
selectedScope - the selectedScope to setpublic void setStatus(org.gcube.portal.wssynclibrary.shared.thredds.Status status)
status - the status to setpublic String getFilter()
public void setFilter(String filter)
filter - the new filterpublic String getCatalogName()
public void setCatalogName(String catalogName)
catalogName - the new catalog nameCopyright © 2018. All Rights Reserved.