|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kpme.tklm.time.flsa.FlsaWeek
public class FlsaWeek
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 |
---|
public FlsaWeek()
public FlsaWeek(int dayConstant, org.joda.time.LocalTime flsaTime, org.joda.time.LocalTime payPeriodBeginTime)
Method Detail |
---|
public List<FlsaDay> getFlsaDays()
FlsaWeekContract
flsaDays of a FlsaWeek
getFlsaDays
in interface FlsaWeekContract
public void addFlsaDay(FlsaDay flsaDay)
public boolean isFirstWeekFull()
isFirstWeekFull
in interface FlsaWeekContract
public boolean isLastWeekFull()
isLastWeekFull
in interface FlsaWeekContract
public int getFlsaDayConstant()
FlsaWeekContract
flsaDayConstant of a FlsaWeek
getFlsaDayConstant
in interface FlsaWeekContract
public void setFlsaDayConstant(int flsaDayConstant)
public org.joda.time.LocalTime getFlsaTime()
FlsaWeekContract
flsaTime of a FlsaWeek
getFlsaTime
in interface FlsaWeekContract
public void setFlsaTime(org.joda.time.LocalTime flsaTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |