|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.hr.time.timeblock.TimeHourDetail org.kuali.hr.time.timeblock.TimeBlockHistoryDetail
public class TimeBlockHistoryDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
|
TimeBlockHistoryDetail()
|
protected |
TimeBlockHistoryDetail(TimeBlockHistoryDetail t)
|
|
TimeBlockHistoryDetail(TimeHourDetail thd)
|
Method Summary | |
---|---|
TimeBlockHistoryDetail |
copy()
|
Date |
getBeginDate()
|
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
|
TimeBlockHistory |
getTimeBlockHistory()
|
String |
getTkTimeBlockHistoryDetailId()
|
String |
getTkTimeBlockHistoryId()
|
org.kuali.rice.kim.api.identity.Person |
getUserPrincipal()
|
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)
|
Methods inherited from class org.kuali.hr.time.timeblock.TimeHourDetail |
---|
equals, getAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId, hashCode, setAmount, setEarnCode, setHours, setTkTimeBlockId, setTkTimeHourDetailId |
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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 |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public TimeBlockHistoryDetail(TimeHourDetail thd)
protected TimeBlockHistoryDetail(TimeBlockHistoryDetail t)
public TimeBlockHistoryDetail()
Method Detail |
---|
public String getTkTimeBlockHistoryDetailId()
public void setTkTimeBlockHistoryDetailId(String tkTimeBlockHistoryDetailId)
public String getTkTimeBlockHistoryId()
public void setTkTimeBlockHistoryId(String tkTimeBlockHistoryId)
public TimeBlockHistoryDetail copy()
copy
in class TimeHourDetail
public TimeBlockHistory getTimeBlockHistory()
public void setTimeBlockHistory(TimeBlockHistory timeBlockHistory)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public org.kuali.rice.kim.api.identity.Person getUserPrincipal()
public void setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal)
public Date getBeginDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |