org.kuali.kpme.tklm.api.time.timehourdetail
Interface TimeHourDetailRendererContract

All Known Implementing Classes:
TimeHourDetailRenderer

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

getTimeHourDetail

TimeHourDetailContract getTimeHourDetail()
The TimeHourDetail object associated with the TimeHourDetailRenderer

timeHourDetail of a TimeHourDetailRenderer

Returns:
timeHourDetail for TimeHourDetailRenderer

getTkTimeHourDetailId

String getTkTimeHourDetailId()
The id of the TimeHourDetail object associated with the TimeHourDetailRenderer

timeHourDetail.getTkTimeHourDetailId() of a TimeHourDetailRenderer

Returns:
timeHourDetail.getTkTimeHourDetailId() for TimeHourDetailRenderer

getTitle

String getTitle()
The EarnCode name of the TimeHourDetail object associated with the TimeHourDetailRenderer

timeHourDetail.getEarnCode() of a TimeHourDetailRenderer

Returns:
timeHourDetail.getEarnCode() for TimeHourDetailRenderer

getHours

String getHours()
The hours of the TimeHourDetail object associated with the TimeHourDetailRenderer

timeHourDetail.getHours().toString() of a TimeHourDetailRenderer

Returns:
timeHourDetail.getHours().toString() for TimeHourDetailRenderer

getAmount

String getAmount()
The amount of the TimeHourDetail object associated with the TimeHourDetailRenderer

timeHourDetail.getAmount().toString() of a TimeHourDetailRenderer

Returns:
timeHourDetail.getAmount().toString() for TimeHourDetailRenderer

getHolidayName

String getHolidayName()
The holiday description associated with the TimeHourDetailRenderer

holiday description of a TimeHourDetailRenderer

Returns:
holiday description for TimeHourDetailRenderer

isOvertimeEarnCode

boolean isOvertimeEarnCode()
TODO: Put a better comment The overtimeEarnCode flag associated with the TimeHourDetailRenderer

overtimeEarnCode flag of a TimeHourDetailRenderer

Returns:
overtimeEarnCode flag for TimeHourDetailRenderer


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