org.onebusaway.transit_data.model
Class ServicePatternBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.ServicePatternBean
All Implemented Interfaces:
Serializable

public class ServicePatternBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
ServicePatternBean()
           
 
Method Summary
 int getChangeDate()
           
 String getGeneralDestination()
           
 int getId()
           
 String getSpecificDestination()
           
 boolean isExpress()
           
 void setChangeDate(int id)
           
 void setExpress(boolean isExpress)
           
 void setGeneralDestination(String generalDestination)
           
 void setId(int id)
           
 void setSpecificDestination(String specificDestination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePatternBean

public ServicePatternBean()
Method Detail

getId

public int getId()

setId

public void setId(int id)

setChangeDate

public void setChangeDate(int id)

getChangeDate

public int getChangeDate()

getGeneralDestination

public String getGeneralDestination()

setGeneralDestination

public void setGeneralDestination(String generalDestination)

getSpecificDestination

public String getSpecificDestination()

setSpecificDestination

public void setSpecificDestination(String specificDestination)

isExpress

public boolean isExpress()

setExpress

public void setExpress(boolean isExpress)


Copyright © 2012 OneBusAway. All Rights Reserved.