Class SetImportStatus


public class SetImportStatus extends WriteBuffer
A Data Access Object to save raw schedule import status.
Since:
1.0
Version:
9.0
Author:
Luke
  • Constructor Details

    • SetImportStatus

      public SetImportStatus(String path, String name)
      Initializes the Data Access Object.
      Parameters:
      path - the directory to save to
      name - the file name
  • Method Details

    • write

      public void write(ImportStatus st) throws DAOException
      Saves the raw schedule download status.
      Parameters:
      st - an ImportStatus bean
      Throws:
      DAOException - if an I/O error occurs