public interface TimeHourDetailRendererContract
TimeHourDetailRendererContract interface
Modifier and Type | Method and Description |
---|---|
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
|
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
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.