public class MigrationConfiguration extends Object
| Constructor and Description |
|---|
MigrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
get_id()
Gets the value of _id
|
List<String> |
getComparisonExclusionPaths() |
String |
getConfigurationName()
Gets the value of configurationName
|
String |
getConsistencyCheckerControllerClass()
Gets the value of consistencyCheckerControllerClass
|
String |
getConsistencyCheckerName()
Gets the value of consistencyCheckerName
|
String |
getDestinationConfigPath()
Gets the value of destinationConfigPath
|
String |
getDestinationEntityName()
Gets the value of destinationEntityName
|
String |
getDestinationEntityVersion()
Gets the value of destinationEntityVersion
|
List<String> |
getDestinationIdentityFields() |
String |
getDestinationServiceURI()
Gets the value of destinationServiceURI
|
String |
getMigratorClass()
Gets the value of migratorClass
|
String |
getPeriod()
Gets the value of period
|
String |
getSourceConfigPath()
Gets the value of sourceConfigPath
|
String |
getSourceEntityName()
Gets the value of sourceEntityName
|
String |
getSourceEntityVersion()
Gets the value of sourceEntityVersion
|
String |
getSourceServiceURI()
Gets the value of sourceServiceURI
|
int |
getThreadCount()
Gets the value of threadCount
|
String |
getTimestampFieldName()
Gets the value of timestampFieldName
|
Date |
getTimestampInitialValue()
Gets the value of timestampInitialValue
|
boolean |
isOverwriteDestinationDocuments()
Gets the value of overwriteDestinationDocuments
|
void |
set_id(String arg_id)
Sets the value of _id
|
void |
setComparisonExclusionPaths(List<String> s) |
void |
setConfigurationName(String argConfigurationName)
Sets the value of configurationName
|
void |
setConsistencyCheckerControllerClass(String argConsistencyCheckerControllerClass)
Sets the value of consistencyCheckerControllerClass
|
void |
setConsistencyCheckerName(String argConsistencyCheckerName)
Sets the value of consistencyCheckerName
|
void |
setDestinationConfigPath(String argDestinationConfigPath)
Sets the value of destinationConfigPath
|
void |
setDestinationEntityName(String argDestinationEntityName)
Sets the value of destinationEntityName
|
void |
setDestinationEntityVersion(String argDestinationEntityVersion)
Sets the value of destinationEntityVersion
|
void |
setDestinationIdentityFields(List<String> s) |
void |
setDestinationServiceURI(String argDestinationServiceURI)
Sets the value of destinationServiceURI
|
void |
setMigratorClass(String argMigratorClass)
Sets the value of migratorClass
|
void |
setOverwriteDestinationDocuments(boolean argOverwriteDestinationDocuments)
Sets the value of overwriteDestinationDocuments
|
void |
setPeriod(String argPeriod)
Sets the value of period
|
void |
setSourceConfigPath(String argSourceConfigPath)
Sets the value of sourceConfigPath
|
void |
setSourceEntityName(String argSourceEntityName)
Sets the value of sourceEntityName
|
void |
setSourceEntityVersion(String argSourceEntityVersion)
Sets the value of sourceEntityVersion
|
void |
setSourceServiceURI(String argSourceServiceURI)
Sets the value of sourceServiceURI
|
void |
setThreadCount(int argThreadCount)
Sets the value of threadCount
|
void |
setTimestampFieldName(String argTimestampFieldName)
Sets the value of timestampFieldName
|
void |
setTimestampInitialValue(Date argTimestampInitialValue)
Sets the value of timestampInitialValue
|
String |
toString() |
public final String get_id()
public final void set_id(String arg_id)
arg_id - Value to assign to this._idpublic final String getConfigurationName()
public final void setConfigurationName(String argConfigurationName)
argConfigurationName - Value to assign to this.configurationNamepublic final String getConsistencyCheckerName()
public final void setConsistencyCheckerName(String argConsistencyCheckerName)
argConsistencyCheckerName - Value to assign to this.consistencyCheckerNamepublic final int getThreadCount()
public final void setThreadCount(int argThreadCount)
argThreadCount - Value to assign to this.threadCountpublic final String getMigratorClass()
public final void setMigratorClass(String argMigratorClass)
argMigratorClass - Value to assign to this.migratorClasspublic final boolean isOverwriteDestinationDocuments()
public final void setOverwriteDestinationDocuments(boolean argOverwriteDestinationDocuments)
argOverwriteDestinationDocuments - Value to assign to this.overwriteDestinationDocumentspublic final String getDestinationServiceURI()
public final void setDestinationServiceURI(String argDestinationServiceURI)
argDestinationServiceURI - Value to assign to this.destinationServiceURIpublic final String getDestinationEntityName()
public final void setDestinationEntityName(String argDestinationEntityName)
argDestinationEntityName - Value to assign to this.destinationEntityNamepublic final String getDestinationEntityVersion()
public final void setDestinationEntityVersion(String argDestinationEntityVersion)
argDestinationEntityVersion - Value to assign to this.destinationEntityVersionpublic final String getSourceServiceURI()
public final void setSourceServiceURI(String argSourceServiceURI)
argSourceServiceURI - Value to assign to this.sourceServiceURIpublic final String getSourceEntityName()
public final void setSourceEntityName(String argSourceEntityName)
argSourceEntityName - Value to assign to this.sourceEntityNamepublic final String getSourceEntityVersion()
public final void setSourceEntityVersion(String argSourceEntityVersion)
argSourceEntityVersion - Value to assign to this.sourceEntityVersionpublic final String getDestinationConfigPath()
public final void setDestinationConfigPath(String argDestinationConfigPath)
argDestinationConfigPath - Value to assign to this.destinationConfigPathpublic final String getSourceConfigPath()
public final void setSourceConfigPath(String argSourceConfigPath)
argSourceConfigPath - Value to assign to this.sourceConfigPathpublic final String getTimestampFieldName()
public final void setTimestampFieldName(String argTimestampFieldName)
argTimestampFieldName - Value to assign to this.timestampFieldNamepublic final Date getTimestampInitialValue()
public final void setTimestampInitialValue(Date argTimestampInitialValue)
argTimestampInitialValue - Value to assign to this.timestampInitialValuepublic final String getPeriod()
public final void setPeriod(String argPeriod)
argPeriod - Value to assign to this.periodpublic final String getConsistencyCheckerControllerClass()
public final void setConsistencyCheckerControllerClass(String argConsistencyCheckerControllerClass)
argConsistencyCheckerControllerClass - Value to assign to this.consistencyCheckerControllerClassCopyright © 2016. All rights reserved.