public class TimeBucketView extends AbstractPersistable
| Constructor and Description |
|---|
TimeBucketView() |
TimeBucketView(TimeBucket timeBucket) |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getAdditionalSkillSetIdList() |
LocalTime |
getEndTime() |
List<DayOfWeek> |
getRepeatOnDaySetList() |
List<SeatView> |
getSeatList() |
Long |
getSpotId() |
LocalTime |
getStartTime() |
void |
setAdditionalSkillSetIdList(List<Long> additionalSkillSetIdList) |
void |
setEndTime(LocalTime endTime) |
void |
setRepeatOnDaySetList(List<DayOfWeek> repeatOnDaySetList) |
void |
setSeatList(List<SeatView> seatList) |
void |
setSpotId(Long spotId) |
void |
setStartTime(LocalTime startTime) |
equals, getId, getTenantId, getVersion, hashCode, setId, setTenantId, setVersion, toStringpublic TimeBucketView()
public TimeBucketView(TimeBucket timeBucket)
public Long getSpotId()
public void setSpotId(Long spotId)
public LocalTime getStartTime()
public void setStartTime(LocalTime startTime)
public LocalTime getEndTime()
public void setEndTime(LocalTime endTime)
public void setAdditionalSkillSetIdList(List<Long> additionalSkillSetIdList)
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.