public interface TimeBlockHistoryDetailContract extends TimeHourDetailContract
TimeBlockHistoryDetailContract interface
Modifier and Type | Method and Description |
---|---|
Date |
getBeginDate()
The begin date of the TimeBlockHistory object associated with the TimeBlockHistoryDetail
|
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The principal associated with the TimeBlockHistoryDetail
|
TimeBlockHistoryContract |
getTimeBlockHistory()
The TimeBlockHistory object associated with the TimeBlockHistoryDetail
|
String |
getTkTimeBlockHistoryDetailId()
The primary key of a TimeBlockHistoryDetail entry saved in a database
|
String |
getTkTimeBlockHistoryId()
The id of the TimeBlockHistory object associated with the TimeBlockHistoryDetail
|
org.kuali.rice.kim.api.identity.Person |
getUserPrincipal()
TODO: What is the difference between principal and userprincipal??
The userPrincipal associated with the TimeBlockHistoryDetail
|
getAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId, getTotalMinutes
String getTkTimeBlockHistoryDetailId()
tkTimeBlockHistoryDetailId of a TimeBlockHistoryDetail
String getTkTimeBlockHistoryId()
tkTimeBlockHistoryId of a TimeBlockHistoryDetail
TimeBlockHistoryContract getTimeBlockHistory()
timeBlockHistory of a TimeBlockHistoryDetail
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of a TimeBlockHistoryDetail
org.kuali.rice.kim.api.identity.Person getUserPrincipal()
userPrincipal of a TimeBlockHistoryDetail
Date getBeginDate()
timeBlockHistory.getBeginDate() of a TimeBlockHistoryDetail
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.