org.kuali.kpme.tklm.time.flsa
Class FlsaWeek

java.lang.Object
  extended by org.kuali.kpme.tklm.time.flsa.FlsaWeek
All Implemented Interfaces:
FlsaWeekContract

public class FlsaWeek
extends Object
implements FlsaWeekContract


Constructor Summary
FlsaWeek()
           
FlsaWeek(int dayConstant, org.joda.time.LocalTime flsaTime, org.joda.time.LocalTime payPeriodBeginTime)
           
 
Method Summary
 void addFlsaDay(FlsaDay flsaDay)
           
 int getFlsaDayConstant()
          The FlsaDay constant associated with the FlsaWeek
 List<FlsaDay> getFlsaDays()
          The list of FlsaDay objects associated with the FlsaWeek
 org.joda.time.LocalTime getFlsaTime()
          The flsaTime associated with the FlsaWeek
 boolean isFirstWeekFull()
          Check to see if the first week is Full or not.
 boolean isLastWeekFull()
          Check to see if the last week is Full or not.
 void setFlsaDayConstant(int flsaDayConstant)
           
 void setFlsaTime(org.joda.time.LocalTime flsaTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlsaWeek

public FlsaWeek()

FlsaWeek

public FlsaWeek(int dayConstant,
                org.joda.time.LocalTime flsaTime,
                org.joda.time.LocalTime payPeriodBeginTime)
Method Detail

getFlsaDays

public List<FlsaDay> getFlsaDays()
Description copied from interface: FlsaWeekContract
The list of FlsaDay objects associated with the FlsaWeek

flsaDays of a FlsaWeek

Specified by:
getFlsaDays in interface FlsaWeekContract
Returns:
flsaDays for FlsaWeek

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.

Specified by:
isFirstWeekFull in interface FlsaWeekContract
Returns:

isLastWeekFull

public boolean isLastWeekFull()
Check to see if the last week is Full or not. 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.

Specified by:
isLastWeekFull in interface FlsaWeekContract
Returns:

getFlsaDayConstant

public int getFlsaDayConstant()
Description copied from interface: FlsaWeekContract
The FlsaDay constant associated with the FlsaWeek

flsaDayConstant of a FlsaWeek

Specified by:
getFlsaDayConstant in interface FlsaWeekContract
Returns:
flsaDayConstant for FlsaWeek

setFlsaDayConstant

public void setFlsaDayConstant(int flsaDayConstant)

getFlsaTime

public org.joda.time.LocalTime getFlsaTime()
Description copied from interface: FlsaWeekContract
The flsaTime associated with the FlsaWeek

flsaTime of a FlsaWeek

Specified by:
getFlsaTime in interface FlsaWeekContract
Returns:
flsaTime for FlsaWeek

setFlsaTime

public void setFlsaTime(org.joda.time.LocalTime flsaTime)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.