Class SetImportStatus
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
org.deltava.dao.file.WriteBuffer
org.deltava.dao.file.SetImportStatus
A Data Access Object to save raw schedule import status.
- Since:
- 1.0
- Version:
- 9.0
- Author:
- Luke
-
Field Summary
Fields inherited from class WriteBuffer
_fFields inherited from class WriteableDAO
_os -
Constructor Summary
ConstructorsConstructorDescriptionSetImportStatus(String path, String name) Initializes the Data Access Object. -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(ImportStatus st) Saves the raw schedule download status.Methods inherited from class WriteBuffer
writeMethods inherited from class DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
SetImportStatus
-
-
Method Details
-
write
Saves the raw schedule download status.- Parameters:
st- an ImportStatus bean- Throws:
DAOException- if an I/O error occurs
-