org.onebusaway.gtfs_transformer.king_county_metro.model
Class MetroKCBlockTrip

java.lang.Object
  extended by org.onebusaway.gtfs.model.IdentityBean<java.lang.Integer>
      extended by 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

Constructor Summary
MetroKCBlockTrip()
           
 
Method Summary
 int getBlockId()
           
 java.lang.String getChangeDate()
           
 VersionedId getFullTripId()
           
 java.lang.Integer getId()
           
 int getTripId()
           
 int getTripSequence()
           
 void setBlockId(int blockId)
           
 void setChangeDate(java.lang.String changeDate)
           
 void setId(java.lang.Integer id)
           
 void setTripId(int tripId)
           
 void setTripSequence(int tripSequence)
           
 
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroKCBlockTrip

public MetroKCBlockTrip()
Method Detail

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.