Package org.onebusaway.gtfs.model
Class BookingRule
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.BookingRule
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class BookingRule extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BookingRule()BookingRule(BookingRule br)
-
Method Summary
-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Constructor Detail
-
BookingRule
public BookingRule()
-
BookingRule
public BookingRule(BookingRule br)
-
-
Method Detail
-
getId
public AgencyAndId getId()
- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getType
public int getType()
-
setType
public void setType(int type)
-
getPriorNoticeDurationMin
public int getPriorNoticeDurationMin()
-
setPriorNoticeDurationMin
public void setPriorNoticeDurationMin(int priorNoticeDurationMin)
-
getPriorNoticeDurationMax
public int getPriorNoticeDurationMax()
-
setPriorNoticeDurationMax
public void setPriorNoticeDurationMax(int priorNoticeDurationMax)
-
getPriorNoticeLastDay
public int getPriorNoticeLastDay()
-
setPriorNoticeLastDay
public void setPriorNoticeLastDay(int priorNoticeLastDay)
-
getPriorNoticeLastTime
public int getPriorNoticeLastTime()
-
setPriorNoticeLastTime
public void setPriorNoticeLastTime(int priorNoticeLastTime)
-
getPriorNoticeStartDay
public int getPriorNoticeStartDay()
-
setPriorNoticeStartDay
public void setPriorNoticeStartDay(int priorNoticeStartDay)
-
getPriorNoticeStartTime
public int getPriorNoticeStartTime()
-
setPriorNoticeStartTime
public void setPriorNoticeStartTime(int priorNoticeStartTime)
-
getPriorNoticeServiceId
public AgencyAndId getPriorNoticeServiceId()
-
setPriorNoticeServiceId
public void setPriorNoticeServiceId(AgencyAndId priorNoticeServiceId)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getPickupMessage
public String getPickupMessage()
-
setPickupMessage
public void setPickupMessage(String pickupMessage)
-
getDropOffMessage
public String getDropOffMessage()
-
setDropOffMessage
public void setDropOffMessage(String dropOffMessage)
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getInfoUrl
public String getInfoUrl()
-
setInfoUrl
public void setInfoUrl(String infoUrl)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-