public class FTransferInput
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
FTransferInput() |
Modifier and Type | Method and Description |
---|---|
int |
getCheckForSourceFilesDuration() |
java.lang.String[] |
getEmailReportAddresses() |
int |
getErrorRule() |
int |
getErrorWaitTime() |
int |
getFileCheckRule() |
java.lang.String |
getSourceDirectoryBackupDir() |
java.lang.String |
getSourceFilePattern() |
int |
getSourceFilePatternType() |
int |
getSourceFilesRenameAction() |
java.lang.String |
getSourceftpDirectory() |
java.lang.String |
getSourceftpServerPassword() |
java.lang.String |
getSourceftpServerURL() |
java.lang.String |
getSourceftpServerUsername() |
int |
getSourceTransferType() |
java.lang.String[] |
getTargetEmailAddresses() |
java.lang.String |
getTargetftpDirectory() |
java.lang.String |
getTargetftpServerPassword() |
java.lang.String |
getTargetftpServerURL() |
java.lang.String |
getTargetftpServerUsername() |
int |
getTargetTransferType() |
boolean |
isSendEmailReport() |
boolean |
isTransferAllFilesInDirectory() |
void |
setCheckForSourceFilesDuration(int checkForSourceFilesDuration) |
void |
setEmailReportAddresses(java.lang.String[] emailReportAddresses) |
void |
setErrorRule(int errorRule) |
void |
setErrorWaitTime(int errorWaitTime) |
void |
setFileCheckRule(int fileCheckRule) |
void |
setSendEmailReport(boolean sendEmailReport) |
void |
setSourceDirectoryBackupDir(java.lang.String sourceDirectoryBackupDir) |
void |
setSourceFilePattern(java.lang.String sourceFilePattern) |
void |
setSourceFilePatternType(int sourceFilePatternType) |
void |
setSourceFilesRenameAction(int sourceFilesRenameAction) |
void |
setSourceftpDirectory(java.lang.String sourceftpDirectory) |
void |
setSourceftpServerPassword(java.lang.String sourceftpServerPassword) |
void |
setSourceftpServerURL(java.lang.String sourceftpServerURL) |
void |
setSourceftpServerUsername(java.lang.String sourceftpServerUsername) |
void |
setSourceTransferType(int sourceTransferType) |
void |
setTargetEmailAddresses(java.lang.String[] targetEmailAddresses) |
void |
setTargetftpDirectory(java.lang.String targetftpDirectory) |
void |
setTargetftpServerPassword(java.lang.String targetftpServerPassword) |
void |
setTargetftpServerURL(java.lang.String targetftpServerURL) |
void |
setTargetftpServerUsername(java.lang.String targetftpServerUsername) |
void |
setTargetTransferType(int targetTransferType) |
void |
setTransferAllFilesInDirectory(boolean transferAllFilesInDirectory) |
public int getCheckForSourceFilesDuration()
public void setCheckForSourceFilesDuration(int checkForSourceFilesDuration)
public java.lang.String[] getEmailReportAddresses()
public void setEmailReportAddresses(java.lang.String[] emailReportAddresses)
public int getFileCheckRule()
public void setFileCheckRule(int fileCheckRule)
public boolean isSendEmailReport()
public void setSendEmailReport(boolean sendEmailReport)
public java.lang.String getSourceDirectoryBackupDir()
public void setSourceDirectoryBackupDir(java.lang.String sourceDirectoryBackupDir)
public java.lang.String getSourceFilePattern()
public void setSourceFilePattern(java.lang.String sourceFilePattern)
public int getSourceFilePatternType()
public void setSourceFilePatternType(int sourceFilePatternType)
public int getSourceFilesRenameAction()
public void setSourceFilesRenameAction(int sourceFilesRenameAction)
public int getSourceTransferType()
public void setSourceTransferType(int sourceTransferType)
public java.lang.String getSourceftpDirectory()
public void setSourceftpDirectory(java.lang.String sourceftpDirectory)
public java.lang.String getSourceftpServerPassword()
public void setSourceftpServerPassword(java.lang.String sourceftpServerPassword)
public java.lang.String getSourceftpServerURL()
public void setSourceftpServerURL(java.lang.String sourceftpServerURL)
public java.lang.String getSourceftpServerUsername()
public void setSourceftpServerUsername(java.lang.String sourceftpServerUsername)
public java.lang.String[] getTargetEmailAddresses()
public void setTargetEmailAddresses(java.lang.String[] targetEmailAddresses)
public int getTargetTransferType()
public void setTargetTransferType(int targetTransferType)
public java.lang.String getTargetftpDirectory()
public void setTargetftpDirectory(java.lang.String targetftpDirectory)
public java.lang.String getTargetftpServerPassword()
public void setTargetftpServerPassword(java.lang.String targetftpServerPassword)
public java.lang.String getTargetftpServerURL()
public void setTargetftpServerURL(java.lang.String targetftpServerURL)
public java.lang.String getTargetftpServerUsername()
public void setTargetftpServerUsername(java.lang.String targetftpServerUsername)
public boolean isTransferAllFilesInDirectory()
public void setTransferAllFilesInDirectory(boolean transferAllFilesInDirectory)
public int getErrorRule()
public void setErrorRule(int errorRule)
public int getErrorWaitTime()
public void setErrorWaitTime(int errorWaitTime)
Copyright © Grand Logic, Inc. All Rights Reserved.