Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
ShiftPeriod |
ShiftPeriod.Builder.build()
Build a ShiftPeriod instance.
|
ShiftPeriod |
CostRateTableEntry.getShiftPeriod()
Retrieve the shift period associated with this rate.
|
Modifier and Type | Method and Description |
---|---|
Collection<ShiftPeriod> |
Shift.getPeriods()
Retrieves the periods which make up this shift.
|
Modifier and Type | Method and Description |
---|---|
int |
ShiftPeriod.compareTo(ShiftPeriod o) |
Constructor and Description |
---|
CostRateTableEntry(LocalDateTime startDate,
LocalDateTime endDate,
Number costPerUse,
ShiftPeriod shiftPeriod,
Rate... rates)
Constructor.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.