public class TimeBlockHistoryDetail extends TimeHourDetailBo implements TimeBlockHistoryDetailContract
| Modifier | Constructor and Description |
|---|---|
|
TimeBlockHistoryDetail() |
protected |
TimeBlockHistoryDetail(TimeBlockHistoryDetail t) |
|
TimeBlockHistoryDetail(TimeHourDetailBo thd) |
| Modifier and Type | Method and Description |
|---|---|
TimeBlockHistoryDetail |
copy() |
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
|
TimeBlockHistory |
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
|
void |
setPrincipal(org.kuali.rice.kim.api.identity.Person principal) |
void |
setTimeBlockHistory(TimeBlockHistory timeBlockHistory) |
void |
setTkTimeBlockHistoryDetailId(String tkTimeBlockHistoryDetailId) |
void |
setTkTimeBlockHistoryId(String tkTimeBlockHistoryId) |
void |
setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal) |
equals, from, getAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId, getTotalMinutes, hashCode, setAmount, setEarnCode, setHours, setTkTimeBlockId, setTkTimeHourDetailId, setTotalMinutes, toafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId, getTotalMinutespublic TimeBlockHistoryDetail(TimeHourDetailBo thd)
protected TimeBlockHistoryDetail(TimeBlockHistoryDetail t)
public TimeBlockHistoryDetail()
public String getTkTimeBlockHistoryDetailId()
TimeBlockHistoryDetailContracttkTimeBlockHistoryDetailId of a TimeBlockHistoryDetail
getTkTimeBlockHistoryDetailId in interface TimeBlockHistoryDetailContractpublic void setTkTimeBlockHistoryDetailId(String tkTimeBlockHistoryDetailId)
public String getTkTimeBlockHistoryId()
TimeBlockHistoryDetailContracttkTimeBlockHistoryId of a TimeBlockHistoryDetail
getTkTimeBlockHistoryId in interface TimeBlockHistoryDetailContractpublic void setTkTimeBlockHistoryId(String tkTimeBlockHistoryId)
public TimeBlockHistoryDetail copy()
copy in class TimeHourDetailBopublic TimeBlockHistory getTimeBlockHistory()
TimeBlockHistoryDetailContracttimeBlockHistory of a TimeBlockHistoryDetail
getTimeBlockHistory in interface TimeBlockHistoryDetailContractpublic void setTimeBlockHistory(TimeBlockHistory timeBlockHistory)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
TimeBlockHistoryDetailContractprincipal of a TimeBlockHistoryDetail
getPrincipal in interface TimeBlockHistoryDetailContractpublic void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public org.kuali.rice.kim.api.identity.Person getUserPrincipal()
TimeBlockHistoryDetailContractuserPrincipal of a TimeBlockHistoryDetail
getUserPrincipal in interface TimeBlockHistoryDetailContractpublic void setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal)
public Date getBeginDate()
TimeBlockHistoryDetailContracttimeBlockHistory.getBeginDate() of a TimeBlockHistoryDetail
getBeginDate in interface TimeBlockHistoryDetailContractCopyright © 2004–2014 The Kuali Foundation. All rights reserved.