public class RockShow extends AbstractPersistable implements RockStandstill
id| Constructor and Description |
|---|
RockShow() |
getId, setIdclone, 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 RockLocation getArrivalLocation()
getArrivalLocation in interface RockStandstillpublic long getDrivingTimeFromPreviousStandstill()
public long getDrivingTimeToBusArrivalLocation()
public long getDaysAfterBusDeparture()
public String toString()
toString in class AbstractPersistablepublic String getVenueName()
public void setVenueName(String venueName)
public RockLocation getLocation()
public void setLocation(RockLocation location)
public int getDurationInHalfDay()
public void setDurationInHalfDay(int durationInHalfDay)
public int getRevenueOpportunity()
public void setRevenueOpportunity(int revenueOpportunity)
public boolean isRequired()
public void setRequired(boolean required)
public NavigableSet<LocalDate> getAvailableDateSet()
public void setAvailableDateSet(NavigableSet<LocalDate> availableDateSet)
public RockStandstill getPreviousStandstill()
public void setPreviousStandstill(RockStandstill previousStandstill)
public RockShow getNextShow()
getNextShow in interface RockStandstillpublic void setNextShow(RockShow nextShow)
setNextShow in interface RockStandstillpublic RockBus getBus()
public void setBus(RockBus bus)
public LocalDate getDate()
public void setDate(LocalDate date)
public RockTimeOfDay getTimeOfDay()
public void setTimeOfDay(RockTimeOfDay timeOfDay)
public RockStandstill getHosWeekStart()
getHosWeekStart in interface RockStandstillpublic void setHosWeekStart(RockStandstill hosWeekStart)
public Long getHosWeekDrivingSecondsTotal()
getHosWeekDrivingSecondsTotal in interface RockStandstillpublic void setHosWeekDrivingSecondsTotal(Long hosWeekDrivingSecondsTotal)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.