sql上报数据6

/**
     * @return the sqlLoadDirectory
     */
    public String getSqlLoadDirectory()
    {
        return sqlLoadDirectory;
    }

    /**
     * @return the passwd
     */
    public String getPasswd()
    {
        return passwd;
    }

    /**
     * @return the uName
     */
    public String getUName()
    {
        return uName;
    }

    /**
     * @return the needDelLogFile
     */
    public static boolean isNeedDelLogFile()
    {
        return needDelLogFile;
    }

    /**
     * @param needDelLogFile the needDelLogFile to set
     */
    public static void setNeedDelLogFile(boolean needDelLogFile)
    {
        SqlLoad.needDelLogFile = needDelLogFile;
    }

    /**
     * @return the currentBackupFileState
     */
    public String getCurrentBackupFileState()
    {
        return currentBackupFileState;
    }

    /**
     * @param currentBackupFileState the currentBackupFileState to set
     */
    public void setCurrentBackupFileState(String currentBackupFileState)
    {
        this.currentBackupFileState = currentBackupFileState;
    }

    public ConfigerServer getConfigerServer()
    {
        return configerServer;
    }

    public void setConfigerServer(ConfigerServer configerServer)
    {
        this.configerServer = configerServer;
    }
}

猜你喜欢

转载自sunxuecheng.iteye.com/blog/1178974