public class ThSyncFolderDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
ThSyncFolderDescriptor()
Instantiates a new s sync folder descriptor.
|
ThSyncFolderDescriptor(String folderId,
String folderPath,
ThSynchFolderConfiguration configuration,
boolean isLocked,
ThProcessDescriptor localProcessDescriptor)
Instantiates a new s sync folder descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ThSynchFolderConfiguration |
getConfiguration()
Gets the configuration.
|
String |
getFolderId()
Gets the folder id.
|
String |
getFolderPath()
Gets the folder path.
|
ThProcessDescriptor |
getLocalProcessDescriptor()
Gets the local process descriptor.
|
boolean |
isLocked()
Checks if is locked.
|
void |
setConfiguration(ThSynchFolderConfiguration configuration)
Sets the configuration.
|
void |
setFolderId(String folderId)
Sets the folder id.
|
void |
setFolderPath(String folderPath)
Sets the folder path.
|
void |
setLocalProcessDescriptor(ThProcessDescriptor localProcessDescriptor)
Sets the local process descriptor.
|
void |
setLocked(boolean isLocked)
Sets the locked.
|
String |
toString() |
public ThSyncFolderDescriptor()
public ThSyncFolderDescriptor(String folderId, String folderPath, ThSynchFolderConfiguration configuration, boolean isLocked, ThProcessDescriptor localProcessDescriptor)
folderId - the folder idfolderPath - the folder pathconfiguration - the configurationisLocked - the is lockedlocalProcessDescriptor - the local process descriptorpublic String getFolderId()
public void setFolderId(String folderId)
folderId - the new folder idpublic String getFolderPath()
public void setFolderPath(String folderPath)
folderPath - the new folder pathpublic ThSynchFolderConfiguration getConfiguration()
public void setConfiguration(ThSynchFolderConfiguration configuration)
configuration - the new configurationpublic boolean isLocked()
public void setLocked(boolean isLocked)
isLocked - the new lockedpublic ThProcessDescriptor getLocalProcessDescriptor()
public void setLocalProcessDescriptor(ThProcessDescriptor localProcessDescriptor)
localProcessDescriptor - the new local process descriptorCopyright © 2019. All Rights Reserved.