public class ThSynchFolderConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
ThSynchFolderConfiguration()
Instantiates a new th synch folder configuration.
|
ThSynchFolderConfiguration(String remotePath,
String filter,
String targetContext,
String toCreateCatalogName,
String remotePersistence,
String rootFolderId)
Instantiates a new th synch folder configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Gets the filter.
|
String |
getRemotePath()
Gets the remote path.
|
String |
getRemotePersistence()
Gets the remote persistence.
|
String |
getRootFolderId()
Gets the root folder id.
|
String |
getTargetContext()
Gets the target context.
|
String |
getToCreateCatalogName()
Gets the to create catalog name.
|
void |
setFilter(String filter)
Sets the filter.
|
void |
setRemotePath(String remotePath)
Sets the remote path.
|
void |
setRemotePersistence(String remotePersistence)
Sets the remote persistence.
|
void |
setRootFolderId(String rootFolderId)
Sets the root folder id.
|
void |
setTargetContext(String targetContext)
Sets the target context.
|
void |
setToCreateCatalogName(String toCreateCatalogName)
Sets the to create catalog name.
|
String |
toString() |
public ThSynchFolderConfiguration()
public ThSynchFolderConfiguration(String remotePath, String filter, String targetContext, String toCreateCatalogName, String remotePersistence, String rootFolderId)
remotePath - the remote pathfilter - the filtertargetContext - the target contexttoCreateCatalogName - the to create catalog nameremotePersistence - the remote persistencerootFolderId - the root folder idpublic String getRootFolderId()
public void setRootFolderId(String rootFolderId)
rootFolderId - the rootFolderId to setpublic String getRemotePath()
public void setRemotePath(String remotePath)
remotePath - the new remote pathpublic String getFilter()
public void setFilter(String filter)
filter - the new filterpublic String getTargetContext()
public void setTargetContext(String targetContext)
targetContext - the new target contextpublic String getToCreateCatalogName()
public void setToCreateCatalogName(String toCreateCatalogName)
toCreateCatalogName - the new to create catalog namepublic String getRemotePersistence()
public void setRemotePersistence(String remotePersistence)
remotePersistence - the new remote persistenceCopyright © 2021. All Rights Reserved.