package com.rthoni.stssaguenay.dbo; import com.luticate.utils.dbo.LuDbo; import org.joda.time.LocalTime; import org.json.JSONException; import org.json.JSONObject; import java.util.HashMap; import java.util.List; /** * Created by robin on 10/1/16. */ public class SchedulesDbo extends LuDbo { protected String _stopId; protected String _routeId; protected List _schedules; @Override public void fromJson(JSONObject json) throws JSONException { } @Override public HashMap toArray() { return null; } }