|
||||||||||
| 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.core.block.CalendarBlockBase
org.kuali.kpme.core.block.CalendarBlock
org.kuali.kpme.tklm.leave.block.LeaveBlock
org.kuali.kpme.tklm.leave.block.LeaveBlockHistory
public class LeaveBlockHistory
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.kuali.kpme.tklm.leave.block.LeaveBlock |
|---|
LeaveBlock.Builder |
| Field Summary |
|---|
| Fields inherited from class org.kuali.kpme.tklm.leave.block.LeaveBlock |
|---|
CACHE_NAME, earnCode, jobNumber, leaveAmount, lmLeaveBlockId, task, workArea |
| Fields inherited from class org.kuali.kpme.core.block.CalendarBlockBase |
|---|
amount, beginTimestamp, concreteBlockId, concreteBlockType, documentId, endTimestamp, hours, hrCalendarBlockId, lunchDeleted, overtimePref, principalId, timestamp |
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Fields inherited from interface org.kuali.kpme.core.api.assignment.Assignable |
|---|
ASSIGNABLE_TERM_NAME |
| Constructor Summary | |
|---|---|
LeaveBlockHistory()
|
|
LeaveBlockHistory(LeaveBlock lb)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.kuali.kpme.core.block.CalendarBlock |
|---|
getAmount, getBeginTimestamp, getConcreteBlockId, getConcreteBlockType, getDocumentId, getEndTimestamp, getHours, getLunchDeleted, getOvertimePref, getPrincipalId, getTimestamp, setAmount, setBeginTimestamp, setConcreteBlockId, setConcreteBlockType, setDocumentId, setEndTimestamp, setHours, setLunchDeleted, setOvertimePref, setPrincipalId, setTimestamp |
| Methods inherited from class org.kuali.kpme.core.block.CalendarBlockBase |
|---|
getHrCalendarBlockId, setHrCalendarBlockId |
| 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.leave.block.LeaveBlockContract |
|---|
getAccrualCategory, getAccrualCategoryRuleId, getAccrualGenerated, getAssignmentKey, getBeginDateTime, getBlockId, getCalendarId, getDescription, getDocumentStatus, getEarnCode, getEarnCodeDescription, getEndDateTime, getJobNumber, getLeaveAmount, getLeaveBlockHistories, getLeaveBlockType, getLeaveDate, getLeaveLocalDate, getLeaveRequestDocumentId, getLmLeaveBlockId, getPlanningDescription, getReason, getRequestStatus, getRequestStatusString, getScheduleTimeOffId, getTask, getTransactionalDocId, getWorkArea, isDeletable, isEditable, isSubmit |
| Methods inherited from interface org.kuali.kpme.core.api.block.CalendarBlockContract |
|---|
getAmount, getBeginTimestamp, getConcreteBlockId, getConcreteBlockType, getDocumentId, getEndTimestamp, getHours, getHrCalendarBlockId, getLunchDeleted, getOvertimePref, getPrincipalId, getTimestamp, setAmount, setBeginTimestamp, setConcreteBlockId, setConcreteBlockType, setDocumentId, setEarnCode, setEndTimestamp, setHours, setHrCalendarBlockId, setJobNumber, setLunchDeleted, setOvertimePref, setPrincipalId, setTask, setTimestamp, setWorkArea |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public LeaveBlockHistory()
public LeaveBlockHistory(LeaveBlock lb)
| Method Detail |
|---|
public String getLmLeaveBlockHistoryId()
LeaveBlockHistoryContractlmLeaveBlockHistoryId of a LeaveBlockHistory
getLmLeaveBlockHistoryId in interface LeaveBlockHistoryContractpublic void setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId)
public String getAction()
LeaveBlockHistoryContractaction of a LeaveBlockHistory
getAction in interface LeaveBlockHistoryContractpublic void setAction(String action)
public String getPrincipalIdDeleted()
LeaveBlockHistoryContractprincipalIdDeleted of a LeaveBlockHistory
getPrincipalIdDeleted in interface LeaveBlockHistoryContractpublic void setPrincipalIdDeleted(String principalIdDeleted)
public Timestamp getTimestampDeleted()
LeaveBlockHistoryContracttimestampDeleted of a LeaveBlockHistory
getTimestampDeleted in interface LeaveBlockHistoryContractpublic void setTimestampDeleted(Timestamp timestampDeleted)
public String getAssignmentTitle()
LeaveBlockContractIf 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 LeaveBlockContractgetAssignmentTitle in interface LeaveBlockHistoryContractgetAssignmentTitle in class LeaveBlock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||