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) |
getId, setId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDrivingTimeTopublic RockLocation getDepartureLocation()
getDepartureLocation in interface RockStandstillpublic LocalDate getDepartureDate()
getDepartureDate in interface RockStandstillpublic RockTimeOfDay getDepartureTimeOfDay()
getDepartureTimeOfDay in interface RockStandstillpublic RockStandstill getHosWeekStart()
getHosWeekStart in interface RockStandstillpublic Long getHosWeekDrivingSecondsTotal()
getHosWeekDrivingSecondsTotal in interface RockStandstillpublic RockLocation getArrivalLocation()
getArrivalLocation in interface RockStandstillpublic 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 RockStandstillpublic void setNextShow(RockShow nextShow)
setNextShow in interface RockStandstillCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.