public static class MigrationJob.JobExecution extends Object
| Constructor and Description |
|---|
JobExecution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveExecutionId()
Gets the value of activeExecutionId
|
Date |
getActualEndDate()
Gets the value of actualEndDate
|
Date |
getActualStartDate()
Gets the value of actualStartDate
|
int |
getConsistentDocumentCount()
Gets the value of consistentDocumentCount
|
String |
getErrorMsg()
Gets the value of errorMsg
|
String |
getHostName()
Gets the value of hostName
|
int |
getInconsistentDocumentCount()
Gets the value of inconsistentDocumentCount
|
int |
getOverwrittenDocumentCount()
Gets the value of overwrittenDocumentCount
|
String |
getOwnerName()
Gets the value of ownerName
|
int |
getProcessedDocumentCount()
Gets the value of processedDocumentCount
|
String |
getStatus()
Gets the value of status
|
void |
setActiveExecutionId(String argActiveExecutionId)
Sets the value of activeExecutionId
|
void |
setActualEndDate(Date argActualEndDate)
Sets the value of actualEndDate
|
void |
setActualStartDate(Date argActualStartDate)
Sets the value of actualStartDate
|
void |
setConsistentDocumentCount(int argConsistentDocumentCount)
Sets the value of consistentDocumentCount
|
void |
setErrorMsg(String argErrorMsg)
Sets the value of errorMsg
|
void |
setHostName(String argHostName)
Sets the value of hostName
|
void |
setInconsistentDocumentCount(int argInconsistentDocumentCount)
Sets the value of inconsistentDocumentCount
|
void |
setOverwrittenDocumentCount(int argOverwrittenDocumentCount)
Sets the value of overwrittenDocumentCount
|
void |
setOwnerName(String argOwnerName)
Sets the value of ownerName
|
void |
setProcessedDocumentCount(int argProcessedDocumentCount)
Sets the value of processedDocumentCount
|
void |
setStatus(String argStatus)
Sets the value of status
|
public final String getActiveExecutionId()
public final void setActiveExecutionId(String argActiveExecutionId)
argActiveExecutionId - Value to assign to this.activeExecutionIdpublic final String getOwnerName()
public final void setOwnerName(String argOwnerName)
argOwnerName - Value to assign to this.ownerNamepublic final String getHostName()
public final void setHostName(String argHostName)
argHostName - Value to assign to this.hostNamepublic final Date getActualStartDate()
public final void setActualStartDate(Date argActualStartDate)
argActualStartDate - Value to assign to this.actualStartDatepublic final Date getActualEndDate()
public final void setActualEndDate(Date argActualEndDate)
argActualEndDate - Value to assign to this.actualEndDatepublic final String getStatus()
public final void setStatus(String argStatus)
argStatus - Value to assign to this.statuspublic final String getErrorMsg()
public final void setErrorMsg(String argErrorMsg)
argErrorMsg - Value to assign to this.errorMsgpublic final int getProcessedDocumentCount()
public final void setProcessedDocumentCount(int argProcessedDocumentCount)
argProcessedDocumentCount - Value to assign to this.processedDocumentCountpublic final int getConsistentDocumentCount()
public final void setConsistentDocumentCount(int argConsistentDocumentCount)
argConsistentDocumentCount - Value to assign to this.consistentDocumentCountpublic final int getInconsistentDocumentCount()
public final void setInconsistentDocumentCount(int argInconsistentDocumentCount)
argInconsistentDocumentCount - Value to assign to this.inconsistentDocumentCountpublic final int getOverwrittenDocumentCount()
public final void setOverwrittenDocumentCount(int argOverwrittenDocumentCount)
argOverwrittenDocumentCount - Value to assign to this.overwrittenDocumentCountCopyright © 2016. All rights reserved.