Package org.onebusaway.gtfs.model
Class Note
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.Note
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public final class Note extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDesc()AgencyAndIdgetId()StringgetMark()StringgetTitle()voidsetDesc(String desc)voidsetId(AgencyAndId id)voidsetMark(String mark)voidsetTitle(String title)StringtoString()-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Method Detail
-
getId
public AgencyAndId getId()
- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getMark
public String getMark()
-
setMark
public void setMark(String mark)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDesc
public String getDesc()
-
setDesc
public void setDesc(String desc)
-
-