public class RockBus extends AbstractPersistable implements RockStandstill
id
Constructor and Description |
---|
RockBus() |
Modifier and Type | Method and Description |
---|---|
RockLocation |
getArrivalLocation() |
LocalDate |
getDepartureDate() |
RockLocation |
getDepartureLocation() |
RockTimeOfDay |
getDepartureTimeOfDay() |
LocalDate |
getEndDate() |
RockLocation |
getEndLocation() |
Long |
getHosWeekDrivingSecondsTotal() |
RockStandstill |
getHosWeekStart() |
RockShow |
getNextShow() |
LocalDate |
getStartDate() |
RockLocation |
getStartLocation() |
void |
setEndDate(LocalDate endDate) |
void |
setEndLocation(RockLocation endLocation) |
void |
setNextShow(RockShow nextShow) |
void |
setStartDate(LocalDate startDate) |
void |
setStartLocation(RockLocation startLocation) |
compareTo, getId, setId, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDrivingTimeTo
public RockLocation getDepartureLocation()
getDepartureLocation
in interface RockStandstill
public LocalDate getDepartureDate()
getDepartureDate
in interface RockStandstill
public RockTimeOfDay getDepartureTimeOfDay()
getDepartureTimeOfDay
in interface RockStandstill
public RockStandstill getHosWeekStart()
getHosWeekStart
in interface RockStandstill
public Long getHosWeekDrivingSecondsTotal()
getHosWeekDrivingSecondsTotal
in interface RockStandstill
public RockLocation getArrivalLocation()
getArrivalLocation
in interface RockStandstill
public RockLocation getStartLocation()
public void setStartLocation(RockLocation startLocation)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public RockLocation getEndLocation()
public void setEndLocation(RockLocation endLocation)
public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
public RockShow getNextShow()
getNextShow
in interface RockStandstill
public void setNextShow(RockShow nextShow)
setNextShow
in interface RockStandstill
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.