org.jumpmind.symmetric.fs.config
Class SyncConfig

java.lang.Object
  extended by org.jumpmind.symmetric.fs.config.SyncConfig

public class SyncConfig
extends Object


Field Summary
protected  String clientDir
           
protected  String configId
           
protected  ConflictStrategy conflictStrategy
           
protected  DirectorySpec directorySpec
           
protected  String frequency
           
protected  GroupLink groupLink
           
protected  int processOrder
           
protected  Map<ScriptIdentifier,String> scripts
           
protected  ScriptType scriptType
           
protected  String serverDir
           
protected  SyncDirection syncDirection
           
protected  String transportConnectorExpression
           
protected  String transportConnectorType
           
 
Constructor Summary
SyncConfig()
           
 
Method Summary
 String getClientDir()
           
 String getConfigId()
           
 ConflictStrategy getConflictStrategy()
           
 DirectorySpec getDirectorySpec()
           
 String getFrequency()
           
 GroupLink getGroupLink()
           
 int getProcessOrder()
           
 Map<ScriptIdentifier,String> getScripts()
           
 ScriptType getScriptType()
           
 String getServerDir()
           
 SyncDirection getSyncDirection()
           
 String getTransportConnectorExpression()
           
 String getTransportConnectorType()
           
 void setClientDir(String clientDir)
           
 void setConfigId(String configId)
           
 void setConflictStrategy(ConflictStrategy conflictStrategy)
           
 void setDirectorySpec(DirectorySpec directorySpec)
           
 void setFrequency(String frequency)
           
 void setGroupLink(GroupLink groupLink)
           
 void setProcessOrder(int processOrder)
           
 void setScripts(Map<ScriptIdentifier,String> scripts)
           
 void setScriptType(ScriptType scriptType)
           
 void setServerDir(String serverDir)
           
 void setSyncDirection(SyncDirection syncDirection)
           
 void setTransportConnectorExpression(String transportConnectorExpression)
           
 void setTransportConnectorType(String transportConnectorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configId

protected String configId

groupLink

protected GroupLink groupLink

frequency

protected String frequency

directorySpec

protected DirectorySpec directorySpec

clientDir

protected String clientDir

serverDir

protected String serverDir

scriptType

protected ScriptType scriptType

processOrder

protected int processOrder

syncDirection

protected SyncDirection syncDirection

conflictStrategy

protected ConflictStrategy conflictStrategy

transportConnectorType

protected String transportConnectorType

transportConnectorExpression

protected String transportConnectorExpression

scripts

protected Map<ScriptIdentifier,String> scripts
Constructor Detail

SyncConfig

public SyncConfig()
Method Detail

getConfigId

public String getConfigId()

setConfigId

public void setConfigId(String configId)

getGroupLink

public GroupLink getGroupLink()

setGroupLink

public void setGroupLink(GroupLink groupLink)

getFrequency

public String getFrequency()

setFrequency

public void setFrequency(String frequency)

getDirectorySpec

public DirectorySpec getDirectorySpec()

setDirectorySpec

public void setDirectorySpec(DirectorySpec directorySpec)

getClientDir

public String getClientDir()

setClientDir

public void setClientDir(String clientDir)

getServerDir

public String getServerDir()

setServerDir

public void setServerDir(String serverDir)

getScriptType

public ScriptType getScriptType()

setScriptType

public void setScriptType(ScriptType scriptType)

getProcessOrder

public int getProcessOrder()

setProcessOrder

public void setProcessOrder(int processOrder)

getSyncDirection

public SyncDirection getSyncDirection()

setSyncDirection

public void setSyncDirection(SyncDirection syncDirection)

getConflictStrategy

public ConflictStrategy getConflictStrategy()

setConflictStrategy

public void setConflictStrategy(ConflictStrategy conflictStrategy)

getTransportConnectorType

public String getTransportConnectorType()

setTransportConnectorType

public void setTransportConnectorType(String transportConnectorType)

getTransportConnectorExpression

public String getTransportConnectorExpression()

setTransportConnectorExpression

public void setTransportConnectorExpression(String transportConnectorExpression)

getScripts

public Map<ScriptIdentifier,String> getScripts()

setScripts

public void setScripts(Map<ScriptIdentifier,String> scripts)


Copyright © 2012-2013 JumpMind, Inc.. All Rights Reserved.