public final class FareAttribute extends IdentityBean<FeedScopedId>
Constructor and Description |
---|
FareAttribute() |
FareAttribute(FareAttribute fa) |
Modifier and Type | Method and Description |
---|---|
void |
clearJourneyDuration() |
void |
clearTransferDuration() |
void |
clearTransfers() |
String |
getCurrencyType() |
FeedScopedId |
getId() |
int |
getJourneyDuration() |
int |
getPaymentMethod() |
float |
getPrice() |
float |
getSeniorPrice() |
int |
getTransferDuration() |
int |
getTransfers() |
float |
getYouthPrice() |
boolean |
isJourneyDurationSet() |
boolean |
isTransferDurationSet() |
boolean |
isTransfersSet() |
void |
setCurrencyType(String currencyType) |
void |
setId(FeedScopedId id) |
void |
setJourneyDuration(int journeyDuration) |
void |
setPaymentMethod(int paymentMethod) |
void |
setPrice(float price) |
void |
setSeniorPrice(float seniorPrice) |
void |
setTransferDuration(int transferDuration) |
void |
setTransfers(int transfers) |
void |
setYouthPrice(float youthPrice) |
String |
toString() |
equals, hashCode
public FareAttribute()
public FareAttribute(FareAttribute fa)
public FeedScopedId getId()
getId
in class IdentityBean<FeedScopedId>
public void setId(FeedScopedId id)
setId
in class IdentityBean<FeedScopedId>
public float getPrice()
public void setPrice(float price)
public String getCurrencyType()
public void setCurrencyType(String currencyType)
public int getPaymentMethod()
public void setPaymentMethod(int paymentMethod)
public boolean isTransfersSet()
public int getTransfers()
public void setTransfers(int transfers)
public void clearTransfers()
public boolean isTransferDurationSet()
public int getTransferDuration()
public void setTransferDuration(int transferDuration)
public void clearTransferDuration()
public boolean isJourneyDurationSet()
public int getJourneyDuration()
public void setJourneyDuration(int journeyDuration)
public void clearJourneyDuration()
public float getYouthPrice()
public void setYouthPrice(float youthPrice)
public float getSeniorPrice()
public void setSeniorPrice(float seniorPrice)
Copyright © 2019. All rights reserved.