public class LeaveBlockHistory extends LeaveBlockBo implements LeaveBlockHistoryContract
LeaveBlockBo.Builder
CACHE_NAME, earnCode, jobNumber, leaveAmount, lmLeaveBlockId, task, workArea
groupKey, groupKeyCode
amount, beginTimestamp, concreteBlockId, concreteBlockType, documentId, endTimestamp, hours, hrCalendarBlockId, lunchDeleted, overtimePref, principalId, timestamp
extension, newCollectionRecord, objectId, versionNumber
_persistence_cacheKey, _persistence_fetchGroup, _persistence_href, _persistence_listener, _persistence_primaryKey, _persistence_relationshipInfo, _persistence_session, _persistence_shouldRefreshFetchGroup
ASSIGNABLE_TERM_NAME
Constructor and Description |
---|
LeaveBlockHistory() |
LeaveBlockHistory(LeaveBlockBo lb) |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
The action associated with the LeaveBlockHistory
|
String |
getAssignmentTitle()
The assignment title associated with the LeaveBlock
|
String |
getLmLeaveBlockHistoryId()
The primary key of a LeaveBlockHistory entry saved in a database
|
String |
getPrincipalIdDeleted()
TODO: Put a better comment
The principalIdDeleted associated with the LeaveBlockHistory
|
Timestamp |
getTimestampDeleted()
TODO: Put a better comment
The timestampDeleted associated with the LeaveBlockHistory
|
void |
setAction(String action) |
void |
setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId) |
void |
setPrincipalIdDeleted(String principalIdDeleted) |
void |
setTimestampDeleted(Timestamp timestampDeleted) |
equals, from, getAccrualCategory, getAccrualCategoryObj, getAccrualCategoryRule, getAccrualCategoryRuleId, getAccrualGenerated, getAffectPay, getAssignmentKey, getAssignments, getBeginDate, getBeginDateTime, getBeginTimestampVal, getBlockId, getCalendarId, getCreateTime, getDescription, getDocumentStatus, getEarnCode, getEarnCodeDescription, getEndDateTime, getEndTimestampVal, getGroupKey, getJobNumber, getLeaveAmount, getLeaveBlockHistories, getLeaveBlockType, getLeaveCalendarDocumentHeader, getLeaveDate, getLeaveDateTime, getLeaveLocalDate, getLeaveRequestDocumentId, getLmLeaveBlockId, getPlanningDescription, getPrincipalHRAttributes, getPrincipalIdModified, getReason, getRequestStatus, getRequestStatusString, getScheduleTimeOffId, getTask, getTransactionalDocId, getUserPrincipalId, getWorkArea, hashCode, isAccrualGenerated, isDeletable, isEditable, isSubmit, setAccrualCategory, setAccrualCategoryObj, setAccrualCategoryRule, setAccrualGenerated, setAffectPay, setAssignmentKey, setBeginDate, setBeginDateTime, setBlockId, setCalendarId, setDescription, setDocumentStatus, setEarnCode, setEndDateTime, setJobNumber, setLeaveAmount, setLeaveBlockHistories, setLeaveBlockType, setLeaveCalendarDocumentHeader, setLeaveDate, setLeaveLocalDate, setLeaveRequestDocumentId, setLmLeaveBlockId, setPlanningDescription, setPrincipalHRAttributes, setPrincipalIdModified, setReason, setRequestStatus, setScheduleTimeOffId, setSubmit, setTask, setTransactionDocId, setUserPrincipalId, setWorkArea, to
getAmount, getBeginTimestamp, getConcreteBlockId, getConcreteBlockType, getDocumentId, getEndTimestamp, getGroupKeyCode, getHours, getOvertimePref, getPrincipalId, getTimestamp, isLunchDeleted, setAmount, setBeginTimestamp, setConcreteBlockId, setConcreteBlockType, setDocumentId, setEndTimestamp, setGroupKey, setGroupKeyCode, setHours, setLunchDeleted, setOvertimePref, setPrincipalId, setTimestamp
getHrCalendarBlockId, setHrCalendarBlockId
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAccrualCategory, getAccrualCategoryObj, getAccrualCategoryRule, getAccrualCategoryRuleId, getAffectPay, getAssignmentKey, getBeginDateTime, getBlockId, getCalendarId, getCreateTime, getDescription, getDocumentStatus, getEarnCode, getEarnCodeDescription, getEndDateTime, getJobNumber, getLeaveAmount, getLeaveBlockType, getLeaveDateTime, getLeaveLocalDate, getLeaveRequestDocumentId, getLmLeaveBlockId, getPlanningDescription, getReason, getRequestStatus, getRequestStatusString, getScheduleTimeOffId, getTask, getTransactionalDocId, getWorkArea, isAccrualGenerated, isSubmit
getAmount, getConcreteBlockId, getConcreteBlockType, getDocumentId, getHours, getHrCalendarBlockId, getOvertimePref, getPrincipalId, isLunchDeleted
getGroupKey, getGroupKeyCode
getUserPrincipalId
public LeaveBlockHistory()
public LeaveBlockHistory(LeaveBlockBo lb)
public String getLmLeaveBlockHistoryId()
LeaveBlockHistoryContract
lmLeaveBlockHistoryId of a LeaveBlockHistory
getLmLeaveBlockHistoryId
in interface LeaveBlockHistoryContract
public void setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId)
public String getAction()
LeaveBlockHistoryContract
action of a LeaveBlockHistory
getAction
in interface LeaveBlockHistoryContract
public String getPrincipalIdDeleted()
LeaveBlockHistoryContract
principalIdDeleted of a LeaveBlockHistory
getPrincipalIdDeleted
in interface LeaveBlockHistoryContract
public void setPrincipalIdDeleted(String principalIdDeleted)
public Timestamp getTimestampDeleted()
LeaveBlockHistoryContract
timestampDeleted of a LeaveBlockHistory
getTimestampDeleted
in interface LeaveBlockHistoryContract
public void setTimestampDeleted(Timestamp timestampDeleted)
public String getAssignmentTitle()
LeaveBlockContract
If the work area associated with the LeaveBlock is not null, it gets its description and its task. If the task is not null and not the default task, it gets the task description.
getAssignmentTitle
in interface LeaveBlockContract
getAssignmentTitle
in interface LeaveBlockHistoryContract
getAssignmentTitle
in class LeaveBlockBo
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.