|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.tklm.time.timehourdetail.TimeHourDetail
org.kuali.kpme.tklm.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()
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)
|
Methods inherited from class org.kuali.kpme.tklm.time.timehourdetail.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.kpme.tklm.api.time.timehourdetail.TimeHourDetailContract |
---|
getAmount, getEarnCode, getHours, getTkTimeBlockId, getTkTimeHourDetailId |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Constructor Detail |
---|
public TimeBlockHistoryDetail(TimeHourDetail thd)
protected TimeBlockHistoryDetail(TimeBlockHistoryDetail t)
public TimeBlockHistoryDetail()
Method Detail |
---|
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 TimeHourDetail
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |