org.onebusaway.gtfs.model
Class FareAttribute
java.lang.Object
org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
org.onebusaway.gtfs.model.FareAttribute
- All Implemented Interfaces:
- java.io.Serializable
public final class FareAttribute
- extends IdentityBean<AgencyAndId>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FareAttribute
public FareAttribute()
FareAttribute
public FareAttribute(FareAttribute fa)
getId
public AgencyAndId getId()
- Specified by:
getId in class IdentityBean<AgencyAndId>
setId
public void setId(AgencyAndId id)
- Specified by:
setId in class IdentityBean<AgencyAndId>
getPrice
public float getPrice()
setPrice
public void setPrice(float price)
getCurrencyType
public java.lang.String getCurrencyType()
setCurrencyType
public void setCurrencyType(java.lang.String currencyType)
getPaymentMethod
public int getPaymentMethod()
setPaymentMethod
public void setPaymentMethod(int paymentMethod)
isTransfersSet
public boolean isTransfersSet()
getTransfers
public int getTransfers()
setTransfers
public void setTransfers(int transfers)
isTransferDurationSet
public boolean isTransferDurationSet()
getTransferDuration
public int getTransferDuration()
setTransferDuration
public void setTransferDuration(int transferDuration)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010 OneBusAway. All Rights Reserved.