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, to
afterDelete, 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, setVersionNumber
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId, getTotalMinutes
public TimeBlockHistoryDetail(TimeHourDetailBo thd)
protected TimeBlockHistoryDetail(TimeBlockHistoryDetail t)
public TimeBlockHistoryDetail()
public String getTkTimeBlockHistoryDetailId()
TimeBlockHistoryDetailContract
tkTimeBlockHistoryDetailId of a TimeBlockHistoryDetail
getTkTimeBlockHistoryDetailId
in interface TimeBlockHistoryDetailContract
public void setTkTimeBlockHistoryDetailId(String tkTimeBlockHistoryDetailId)
public String getTkTimeBlockHistoryId()
TimeBlockHistoryDetailContract
tkTimeBlockHistoryId of a TimeBlockHistoryDetail
getTkTimeBlockHistoryId
in interface TimeBlockHistoryDetailContract
public void setTkTimeBlockHistoryId(String tkTimeBlockHistoryId)
public TimeBlockHistoryDetail copy()
copy
in class TimeHourDetailBo
public TimeBlockHistory getTimeBlockHistory()
TimeBlockHistoryDetailContract
timeBlockHistory of a TimeBlockHistoryDetail
getTimeBlockHistory
in interface TimeBlockHistoryDetailContract
public void setTimeBlockHistory(TimeBlockHistory timeBlockHistory)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
TimeBlockHistoryDetailContract
principal of a TimeBlockHistoryDetail
getPrincipal
in interface TimeBlockHistoryDetailContract
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public org.kuali.rice.kim.api.identity.Person getUserPrincipal()
TimeBlockHistoryDetailContract
userPrincipal of a TimeBlockHistoryDetail
getUserPrincipal
in interface TimeBlockHistoryDetailContract
public void setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal)
public Date getBeginDate()
TimeBlockHistoryDetailContract
timeBlockHistory.getBeginDate() of a TimeBlockHistoryDetail
getBeginDate
in interface TimeBlockHistoryDetailContract
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.