|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeHourDetailRendererContract
TimeHourDetailRendererContract interface
Method Summary | |
---|---|
String |
getAmount()
The amount of the TimeHourDetail object associated with the TimeHourDetailRenderer |
String |
getHolidayName()
The holiday description associated with the TimeHourDetailRenderer |
String |
getHours()
The hours of the TimeHourDetail object associated with the TimeHourDetailRenderer |
TimeHourDetailContract |
getTimeHourDetail()
The TimeHourDetail object associated with the TimeHourDetailRenderer |
String |
getTitle()
The EarnCode name of the TimeHourDetail object associated with the TimeHourDetailRenderer |
String |
getTkTimeHourDetailId()
The id of the TimeHourDetail object associated with the TimeHourDetailRenderer |
boolean |
isOvertimeEarnCode()
TODO: Put a better comment The overtimeEarnCode flag associated with the TimeHourDetailRenderer |
Method Detail |
---|
TimeHourDetailContract getTimeHourDetail()
timeHourDetail of a TimeHourDetailRenderer
String getTkTimeHourDetailId()
timeHourDetail.getTkTimeHourDetailId() of a TimeHourDetailRenderer
String getTitle()
timeHourDetail.getEarnCode() of a TimeHourDetailRenderer
String getHours()
timeHourDetail.getHours().toString() of a TimeHourDetailRenderer
String getAmount()
timeHourDetail.getAmount().toString() of a TimeHourDetailRenderer
String getHolidayName()
holiday description of a TimeHourDetailRenderer
boolean isOvertimeEarnCode()
overtimeEarnCode flag of a TimeHourDetailRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |