public class ThSyncStatus extends Object implements Serializable
| Constructor and Description |
|---|
ThSyncStatus()
Instantiates a new th sync status.
|
ThSyncStatus(ThProcessDescriptor descriptor,
ThProcessStatus status)
Instantiates a new th sync status.
|
| Modifier and Type | Method and Description |
|---|---|
ThProcessDescriptor |
getDescriptor()
Gets the descriptor.
|
ThProcessStatus |
getProcessStatus()
Gets the process status.
|
void |
setDescriptor(ThProcessDescriptor descriptor)
Sets the descriptor.
|
void |
setStatus(ThProcessStatus status)
Sets the status.
|
String |
toString() |
public ThSyncStatus()
public ThSyncStatus(ThProcessDescriptor descriptor, ThProcessStatus status)
descriptor - the descriptorstatus - the statuspublic ThProcessDescriptor getDescriptor()
public void setDescriptor(ThProcessDescriptor descriptor)
descriptor - the new descriptorpublic ThProcessStatus getProcessStatus()
public void setStatus(ThProcessStatus status)
status - the new statusCopyright © 2018. All Rights Reserved.