Modifier and Type | Method and Description |
---|---|
Contract |
Employee.getContract() |
Contract |
ShiftAssignment.getContract() |
Modifier and Type | Method and Description |
---|---|
List<Contract> |
NurseRoster.getContractList() |
Modifier and Type | Method and Description |
---|---|
void |
Employee.setContract(Contract contract) |
Modifier and Type | Method and Description |
---|---|
void |
NurseRoster.setContractList(List<Contract> contractList) |
Modifier and Type | Method and Description |
---|---|
Contract |
PatternContractLine.getContract() |
Contract |
ContractLine.getContract() |
Modifier and Type | Method and Description |
---|---|
void |
PatternContractLine.setContract(Contract contract) |
void |
ContractLine.setContract(Contract contract) |
Modifier and Type | Method and Description |
---|---|
Contract |
EmployeeConsecutiveWeekendAssignmentEnd.getContract() |
Contract |
EmployeeConsecutiveWeekendAssignmentStart.getContract() |
Contract |
EmployeeConsecutiveAssignmentStart.getContract() |
Contract |
EmployeeConsecutiveAssignmentEnd.getContract() |
Contract |
EmployeeAssignmentTotal.getEmployeeContract() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Contract> |
NurseRosteringImporter.NurseRosteringInputBuilder.contractMap |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.