Class BundleFile
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.model.BundleFile
-
- Direct Known Subclasses:
SourceFile
public class BundleFile extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
String
getMd5()
void
setFilename(String filename)
void
setMd5(String md5)
-