public class TimeBlockHistory extends TimeBlockBo implements TimeBlockHistoryContract
CACHE_NAME, leaveAmountgroupKey, groupKeyCodebeginTimestamp, concreteBlockId, concreteBlockType, documentId, earnCode, endTimestamp, hrCalendarBlockId, jobNumber, lunchDeleted, principalId, task, timestamp, workArea| Constructor and Description | 
|---|
| TimeBlockHistory() | 
| TimeBlockHistory(TimeBlockBo tb) | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeBlockHistory | copy() | 
| String | getActionHistory()The action history associated with the TimeBlockHistory | 
| String | getModifiedByPrincipalId()TODO: Put a better comment
 The modifiedByPrincipalId associated with the TimeBlockHistory | 
| org.kuali.rice.kim.api.identity.Person | getPrincipal()The principal associated with the TimeBlockHistory | 
| TimeBlockBo | getTimeBlock()The TimeBlock object associated with the TimeBlockHistory | 
| List<TimeBlockHistoryDetail> | getTimeBlockHistoryDetails()The list of TimeBlockHistoryDetail objects associated with the TimeBlockHistory | 
| Timestamp | getTimestampModified()The timestampModified associated with the TimeBlockHistory | 
| String | getTkTimeBlockHistoryId()The primary key of a TimeBlockHistory entry saved in a database | 
| org.kuali.rice.kim.api.identity.Person | getUserPrincipal()TODO: What's the difference between this field and principal??
 The userPrincipal associated with the TimeBlockHistory | 
| void | setActionHistory(String actionHistory) | 
| void | setModifiedByPrincipalId(String modifiedByPrincipalId) | 
| void | setPrincipal(org.kuali.rice.kim.api.identity.Person principal) | 
| void | setTimeBlock(TimeBlockBo timeBlock) | 
| void | setTimeBlockHistoryDetails(List<TimeBlockHistoryDetail> timeBlockHistoryDetails) | 
| void | setTimestampModified(Timestamp timestampModified) | 
| void | setTkTimeBlockHistoryId(String tkTimeBlockHistoryId) | 
| void | setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal) | 
addTimeHourDetail, assignClockedByMissedPunch, compareTo, compareTo, copy, equals, from, getActionDateTime, getActualBeginTimeString, getActualEndTimeString, getAmount, getAssignmentDescription, getAssignmentKey, getAssignmentValue, getBeginDate, getBeginDateTime, getBeginTime, getBeginTimeDisplay, getBeginTimeDisplayDate, getBeginTimeDisplayDateOnlyString, getBeginTimeDisplayTimeOnlyString, getBeginTimestampVal, getClockAction, getClockLogBeginId, getClockLogCreated, getClockLogEndId, getConcreteBlockId, getConcreteBlockType, getCreateTime, getDeleteable, getEarnCodeType, getEditable, getEmployeeObj, getEndDate, getEndDateTime, getEndTime, getEndTimeDisplay, getEndTimeDisplayDateOnlyString, getEndTimeDisplayTimeOnlyString, getEndTimestamp, getEndTimestampVal, getHours, getHrCalendarBlockId, getLeaveDate, getLeaveDateTime, getMissedPunchDocId, getMissedPunchDocStatus, getOvertimeEditable, getOvertimePref, getPrincipalId, getPrincipalIdModified, getTimeBlockEditable, getTimeBlockHistories, getTimeHourDetails, getTimesheetDocumentHeader, getTimestamp, getTkTimeBlockId, getUser, getUserPrincipalId, hashCode, isClockedByMissedPunch, isClockLogCreated, isLunchDeleted, isPushBackward, removeTimeHourDetail, setActionDateTime, setAmount, setAssignmentKey, setAssignmentValue, setBeginDate, setBeginDateTime, setBeginTime, setBeginTimeDisplay, setClockAction, setClockedByMissedPunch, setClockLogBeginId, setClockLogCreated, setClockLogEndId, setConcreteBlockId, setConcreteBlockType, setEarnCodeType, setEmployeeObj, setEndDate, setEndDateTime, setEndTime, setEndTimeDisplay, setEndTimestamp, setHours, setHrCalendarBlockId, setLeaveDate, setLunchDeleted, setMissedPunchDocId, setMissedPunchDocStatus, setOvertimePref, setPrincipalId, setPrincipalIdModified, setPushBackward, setTimeBlockHistories, setTimeHourDetails, setTimesheetDocumentHeader, setTimestamp, setTkTimeBlockId, setUser, setUserPrincipalId, to, toCSVStringgetBeginTimestamp, getDocumentId, getEarnCode, getGroupKey, getGroupKeyCode, getJobNumber, getTask, getWorkArea, setBeginTimestamp, setDocumentId, setEarnCode, setGroupKey, setGroupKeyCode, setJobNumber, setTask, setWorkAreaafterDelete, 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, waitgetActionDateTime, getActualBeginTimeString, getActualEndTimeString, getAmount, getAssignmentDescription, getAssignmentKey, getAssignmentValue, getBeginDateTime, getBeginTime, getBeginTimeDisplay, getBeginTimeDisplayDateOnlyString, getBeginTimeDisplayTimeOnlyString, getClockAction, getClockLogBeginId, getClockLogEndId, getCreateTime, getEarnCodeType, getEndDateTime, getEndTime, getEndTimeDisplay, getEndTimeDisplayDateOnlyString, getEndTimeDisplayTimeOnlyString, getHours, getHrCalendarBlockId, getLeaveDateTime, getMissedPunchDocId, getMissedPunchDocStatus, getOvertimePref, getPrincipalId, getTimeHourDetails, getTkTimeBlockId, getUserPrincipalId, isClockedByMissedPunch, isClockLogCreated, isLunchDeleted, isPushBackwardgetConcreteBlockId, getConcreteBlockType, getDocumentId, getEarnCode, getJobNumber, getTask, getWorkAreagetGroupKey, getGroupKeyCodecompareTopublic TimeBlockHistory()
public TimeBlockHistory(TimeBlockBo tb)
public String getTkTimeBlockHistoryId()
TimeBlockHistoryContracttkTimeBlockHistoryId of a TimeBlockHistory
getTkTimeBlockHistoryId in interface TimeBlockHistoryContractpublic void setTkTimeBlockHistoryId(String tkTimeBlockHistoryId)
public String getActionHistory()
TimeBlockHistoryContractactionHistory of a TimeBlockHistory
getActionHistory in interface TimeBlockHistoryContractpublic void setActionHistory(String actionHistory)
public String getModifiedByPrincipalId()
TimeBlockHistoryContractmodifiedByPrincipalId of a TimeBlockHistory
getModifiedByPrincipalId in interface TimeBlockHistoryContractpublic void setModifiedByPrincipalId(String modifiedByPrincipalId)
public Timestamp getTimestampModified()
TimeBlockHistoryContracttimestampModified of a TimeBlockHistory
getTimestampModified in interface TimeBlockHistoryContractpublic void setTimestampModified(Timestamp timestampModified)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
TimeBlockHistoryContractprincipal of a TimeBlockHistory
getPrincipal in interface TimeBlockHistoryContractpublic void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public org.kuali.rice.kim.api.identity.Person getUserPrincipal()
TimeBlockHistoryContractuserPrincipal of a TimeBlockHistory
getUserPrincipal in interface TimeBlockHistoryContractpublic void setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal)
public List<TimeBlockHistoryDetail> getTimeBlockHistoryDetails()
TimeBlockHistoryContracttimeBlockHistoryDetails of a TimeBlockHistory
getTimeBlockHistoryDetails in interface TimeBlockHistoryContractpublic void setTimeBlockHistoryDetails(List<TimeBlockHistoryDetail> timeBlockHistoryDetails)
public TimeBlockBo getTimeBlock()
TimeBlockHistoryContractthis.timeBlock of a TimeBlockHistory
getTimeBlock in interface TimeBlockHistoryContractpublic void setTimeBlock(TimeBlockBo timeBlock)
public TimeBlockHistory copy()
copy in class TimeBlockBoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.