public class ShiftTemplateView extends AbstractPersistable
| Constructor and Description |
|---|
ShiftTemplateView() |
ShiftTemplateView(Integer tenantId,
Long spotId,
Duration durationBetweenRotationStartAndTemplateStart,
Duration shiftTemplateDuration,
Long rotationEmployeeId,
List<Long> requiredSkillSetIdList) |
ShiftTemplateView(Integer rotationLength,
ShiftTemplate shiftTemplate) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDurationBetweenRotationStartAndTemplateStart() |
List<Long> |
getRequiredSkillSetIdList() |
Long |
getRotationEmployeeId() |
Duration |
getShiftTemplateDuration() |
Long |
getSpotId() |
void |
setDurationBetweenRotationStartAndTemplateStart(Duration durationBetweenRotationStartAndTemplateStart) |
void |
setRequiredSkillSetIdList(List<Long> requiredSkillSetIdList) |
void |
setRotationEmployeeId(Long rotationEmployeeId) |
void |
setShiftTemplateDuration(Duration shiftTemplateDuration) |
void |
setSpotId(Long spotId) |
equals, getId, getTenantId, getVersion, hashCode, setId, setTenantId, setVersion, toStringpublic ShiftTemplateView()
public ShiftTemplateView(Integer rotationLength, ShiftTemplate shiftTemplate)
public Long getSpotId()
public void setSpotId(Long spotId)
public Long getRotationEmployeeId()
public void setRotationEmployeeId(Long rotationEmployeeId)
public Duration getDurationBetweenRotationStartAndTemplateStart()
public void setDurationBetweenRotationStartAndTemplateStart(Duration durationBetweenRotationStartAndTemplateStart)
public Duration getShiftTemplateDuration()
public void setShiftTemplateDuration(Duration shiftTemplateDuration)
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.