Package org.onebusaway.admin.model.json
Class BundleFile
- java.lang.Object
-
- org.onebusaway.admin.model.json.BundleFile
-
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)
-