public class WsThreddsSynchFolderDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
WsThreddsSynchFolderDescriptor()
Instantiates a new ws thredds synch folder configuration.
|
WsThreddsSynchFolderDescriptor(GcubeVRE selectedVRE,
org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor serverFolderDescriptor,
org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status syncStatus)
Instantiates a new ws thredds synch folder descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
GcubeVRE |
getSelectedVRE()
Gets the selected VRE.
|
org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor |
getServerFolderDescriptor()
Gets the server folder descriptor.
|
org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status |
getSyncStatus()
Gets the sync status.
|
void |
setSelectedVRE(GcubeVRE selectedVRE)
Sets the selected VRE.
|
void |
setServerFolderDescriptor(org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor serverFolderDescriptor)
Sets the server folder descriptor.
|
void |
setSyncStatus(org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status syncStatus)
Sets the sync status.
|
String |
toString() |
public WsThreddsSynchFolderDescriptor()
public WsThreddsSynchFolderDescriptor(GcubeVRE selectedVRE, org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor serverFolderDescriptor, org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status syncStatus)
selectedVRE - the selected VREserverFolderDescriptor - the server folder descriptorsyncStatus - the sync statuspublic GcubeVRE getSelectedVRE()
public void setSyncStatus(org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status syncStatus)
syncStatus - the new sync statuspublic org.gcube.portal.wssynclibrary.shared.thredds.Sync_Status getSyncStatus()
public void setSelectedVRE(GcubeVRE selectedVRE)
selectedVRE - the new selected VREpublic org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor getServerFolderDescriptor()
public void setServerFolderDescriptor(org.gcube.portal.wssynclibrary.shared.thredds.ThSyncFolderDescriptor serverFolderDescriptor)
serverFolderDescriptor - the new server folder descriptorCopyright © 2018. All Rights Reserved.