org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCBlockTrip
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<java.lang.Integer>
org.onebusaway.gtfs_transformer.king_county_metro.model.MetroKCBlockTrip
- All Implemented Interfaces:
- java.io.Serializable
public class MetroKCBlockTrip
- extends IdentityBean<java.lang.Integer>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MetroKCBlockTrip
public MetroKCBlockTrip()
getId
public java.lang.Integer getId()
- Specified by:
getId in class IdentityBean<java.lang.Integer>
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in class IdentityBean<java.lang.Integer>
getChangeDate
public java.lang.String getChangeDate()
setChangeDate
public void setChangeDate(java.lang.String changeDate)
getBlockId
public int getBlockId()
setBlockId
public void setBlockId(int blockId)
getTripId
public int getTripId()
setTripId
public void setTripId(int tripId)
getTripSequence
public int getTripSequence()
setTripSequence
public void setTripSequence(int tripSequence)
getFullTripId
public VersionedId getFullTripId()
Copyright © 2010 OneBusAway. All Rights Reserved.