org.kuali.hr.time.flsa
Class FlsaWeek
java.lang.Object
org.kuali.hr.time.flsa.FlsaWeek
public class FlsaWeek
- extends Object
Constructor Summary |
FlsaWeek()
|
FlsaWeek(int dayConstant,
org.joda.time.LocalTime flsaTime,
org.joda.time.LocalTime payPeriodBeginTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlsaWeek
public FlsaWeek()
FlsaWeek
public FlsaWeek(int dayConstant,
org.joda.time.LocalTime flsaTime,
org.joda.time.LocalTime payPeriodBeginTime)
getFlsaDays
public List<FlsaDay> getFlsaDays()
addFlsaDay
public void addFlsaDay(FlsaDay flsaDay)
isFirstWeekFull
public boolean isFirstWeekFull()
- Check to see if the first week is Full or not.
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.
- Returns:
getFlsaDayConstant
public int getFlsaDayConstant()
setFlsaDayConstant
public void setFlsaDayConstant(int flsaDayConstant)
getFlsaTime
public org.joda.time.LocalTime getFlsaTime()
setFlsaTime
public void setFlsaTime(org.joda.time.LocalTime flsaTime)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.