Class TimeBucketView
- java.lang.Object
-
- org.optaweb.employeerostering.domain.common.AbstractPersistable
-
- org.optaweb.employeerostering.domain.rotation.view.TimeBucketView
-
public class TimeBucketView extends AbstractPersistable
-
-
Constructor Summary
Constructors Constructor Description TimeBucketView()TimeBucketView(TimeBucket timeBucket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>getAdditionalSkillSetIdList()LocalTimegetEndTime()List<DayOfWeek>getRepeatOnDaySetList()List<SeatView>getSeatList()LonggetSpotId()LocalTimegetStartTime()voidsetAdditionalSkillSetIdList(List<Long> additionalSkillSetIdList)voidsetEndTime(LocalTime endTime)voidsetRepeatOnDaySetList(List<DayOfWeek> repeatOnDaySetList)voidsetSeatList(List<SeatView> seatList)voidsetSpotId(Long spotId)voidsetStartTime(LocalTime startTime)-
Methods inherited from class org.optaweb.employeerostering.domain.common.AbstractPersistable
equals, getId, getTenantId, getVersion, hashCode, setId, setTenantId, setVersion, toString
-
-
-
-
Constructor Detail
-
TimeBucketView
public TimeBucketView()
-
TimeBucketView
public TimeBucketView(TimeBucket timeBucket)
-
-
Method Detail
-
getSpotId
public Long getSpotId()
-
setSpotId
public void setSpotId(Long spotId)
-
getStartTime
public LocalTime getStartTime()
-
setStartTime
public void setStartTime(LocalTime startTime)
-
getEndTime
public LocalTime getEndTime()
-
setEndTime
public void setEndTime(LocalTime endTime)
-
setAdditionalSkillSetIdList
public void setAdditionalSkillSetIdList(List<Long> additionalSkillSetIdList)
-
-