public class TimeBlockHistory extends TimeBlockBo implements TimeBlockHistoryContract
CACHE_NAME, leaveAmount
groupKey, groupKeyCode
beginTimestamp, 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, toCSVString
getBeginTimestamp, getDocumentId, getEarnCode, getGroupKey, getGroupKeyCode, getJobNumber, getTask, getWorkArea, setBeginTimestamp, setDocumentId, setEarnCode, setGroupKey, setGroupKeyCode, setJobNumber, setTask, setWorkArea
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
getActionDateTime, 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, isPushBackward
getConcreteBlockId, getConcreteBlockType, getDocumentId, getEarnCode, getJobNumber, getTask, getWorkArea
getGroupKey, getGroupKeyCode
compareTo
public TimeBlockHistory()
public TimeBlockHistory(TimeBlockBo tb)
public String getTkTimeBlockHistoryId()
TimeBlockHistoryContract
tkTimeBlockHistoryId of a TimeBlockHistory
getTkTimeBlockHistoryId
in interface TimeBlockHistoryContract
public void setTkTimeBlockHistoryId(String tkTimeBlockHistoryId)
public String getActionHistory()
TimeBlockHistoryContract
actionHistory of a TimeBlockHistory
getActionHistory
in interface TimeBlockHistoryContract
public void setActionHistory(String actionHistory)
public String getModifiedByPrincipalId()
TimeBlockHistoryContract
modifiedByPrincipalId of a TimeBlockHistory
getModifiedByPrincipalId
in interface TimeBlockHistoryContract
public void setModifiedByPrincipalId(String modifiedByPrincipalId)
public Timestamp getTimestampModified()
TimeBlockHistoryContract
timestampModified of a TimeBlockHistory
getTimestampModified
in interface TimeBlockHistoryContract
public void setTimestampModified(Timestamp timestampModified)
public org.kuali.rice.kim.api.identity.Person getPrincipal()
TimeBlockHistoryContract
principal of a TimeBlockHistory
getPrincipal
in interface TimeBlockHistoryContract
public void setPrincipal(org.kuali.rice.kim.api.identity.Person principal)
public org.kuali.rice.kim.api.identity.Person getUserPrincipal()
TimeBlockHistoryContract
userPrincipal of a TimeBlockHistory
getUserPrincipal
in interface TimeBlockHistoryContract
public void setUserPrincipal(org.kuali.rice.kim.api.identity.Person userPrincipal)
public List<TimeBlockHistoryDetail> getTimeBlockHistoryDetails()
TimeBlockHistoryContract
timeBlockHistoryDetails of a TimeBlockHistory
getTimeBlockHistoryDetails
in interface TimeBlockHistoryContract
public void setTimeBlockHistoryDetails(List<TimeBlockHistoryDetail> timeBlockHistoryDetails)
public TimeBlockBo getTimeBlock()
TimeBlockHistoryContract
this.timeBlock of a TimeBlockHistory
getTimeBlock
in interface TimeBlockHistoryContract
public void setTimeBlock(TimeBlockBo timeBlock)
public TimeBlockHistory copy()
copy
in class TimeBlockBo
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.