public final class Shift extends Object implements ProjectEntityWithUniqueID
Modifier and Type | Class and Description |
---|---|
static class |
Shift.Builder
Shift builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieves the shift's name.
|
Collection<ShiftPeriod> |
getPeriods()
Retrieves the periods which make up this shift.
|
Integer |
getUniqueID()
Retrieve the shift's unique ID.
|
public Integer getUniqueID()
getUniqueID
in interface ProjectEntityWithUniqueID
public String getName()
public Collection<ShiftPeriod> getPeriods()
Copyright © 2000–2024 Packwood Software. All rights reserved.