public interface FlsaWeekContract
FlsaWeekContract interface
Modifier and Type | Method and Description |
---|---|
int |
getFlsaDayConstant()
The FlsaDay constant associated with the FlsaWeek
|
List<? extends FlsaDayContract> |
getFlsaDays()
The list of FlsaDay objects associated with the FlsaWeek
|
org.joda.time.LocalTime |
getFlsaTime()
The flsaTime associated with the FlsaWeek
|
boolean |
isFirstWeekFull()
Indicates if the first week is full or not
|
boolean |
isLastWeekFull()
Indicates if the last week is full or not
|
List<? extends FlsaDayContract> getFlsaDays()
flsaDays of a FlsaWeek
boolean isFirstWeekFull()
If the first week of a pay period has an FLSA starting time that is before the "Virtual Day" pay period start time, part of the time required for this first day will be in the previous pay period even if we have 7 days.
boolean isLastWeekFull()
If the last week of a pay period has an FLSA starting time that is after the "Virtual Day" pay period start time, part of the time required for this last day will be in the next pay period even if we have 7 days.
int getFlsaDayConstant()
flsaDayConstant of a FlsaWeek
org.joda.time.LocalTime getFlsaTime()
flsaTime of a FlsaWeek
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.