public class RockShow extends AbstractPersistable implements RockStandstill
id
Constructor and Description |
---|
RockShow() |
getId, setId
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 RockLocation getArrivalLocation()
getArrivalLocation
in interface RockStandstill
public long getDrivingTimeFromPreviousStandstill()
public long getDrivingTimeToBusArrivalLocation()
public long getDaysAfterBusDeparture()
public String toString()
toString
in class AbstractPersistable
public 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 RockStandstill
public void setNextShow(RockShow nextShow)
setNextShow
in interface RockStandstill
public 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 RockStandstill
public void setHosWeekStart(RockStandstill hosWeekStart)
public Long getHosWeekDrivingSecondsTotal()
getHosWeekDrivingSecondsTotal
in interface RockStandstill
public void setHosWeekDrivingSecondsTotal(Long hosWeekDrivingSecondsTotal)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.