|
||||||||||
| 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()
FlsaWeekContractflsaDays of a FlsaWeek
getFlsaDays in interface FlsaWeekContractpublic void addFlsaDay(FlsaDay flsaDay)
public boolean isFirstWeekFull()
isFirstWeekFull in interface FlsaWeekContractpublic boolean isLastWeekFull()
isLastWeekFull in interface FlsaWeekContractpublic int getFlsaDayConstant()
FlsaWeekContractflsaDayConstant of a FlsaWeek
getFlsaDayConstant in interface FlsaWeekContractpublic void setFlsaDayConstant(int flsaDayConstant)
public org.joda.time.LocalTime getFlsaTime()
FlsaWeekContractflsaTime of a FlsaWeek
getFlsaTime in interface FlsaWeekContractpublic void setFlsaTime(org.joda.time.LocalTime flsaTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||