org.kuali.hr.lm.leaveblock
Class LeaveBlockHistory

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.lm.leaveblock.LeaveBlock
              extended by org.kuali.hr.lm.leaveblock.LeaveBlockHistory
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class LeaveBlockHistory
extends LeaveBlock

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.hr.lm.leaveblock.LeaveBlock
LeaveBlock.Builder
 
Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LeaveBlockHistory()
           
LeaveBlockHistory(LeaveBlock lb)
           
 
Method Summary
 String getAction()
           
 String getAssignmentTitle()
           
 String getLmLeaveBlockHistoryId()
           
 String getPrincipalIdDeleted()
           
 Timestamp getTimestampDeleted()
           
 void setAction(String action)
           
 void setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId)
           
 void setPrincipalIdDeleted(String principalIdDeleted)
           
 void setTimestampDeleted(Timestamp timestampDeleted)
           
 
Methods inherited from class org.kuali.hr.lm.leaveblock.LeaveBlock
equals, getAccrualCategory, getAccrualCategoryObj, getAccrualGenerated, getApplyToYtdUsed, getAssignmentKey, getBlockId, getCalendarId, getDateAndTime, getDescription, getDocumentId, getDocumentStatus, getEarnCode, getEarnCodeDescription, getJobNumber, getLeaveAmount, getLeaveBlockHistories, getLeaveBlockType, getLeaveDate, getLeaveRequestDocumentId, getLmLeaveBlockId, getPlanningDescription, getPrincipalId, getPrincipalIdModified, getReason, getRequestStatus, getRequestStatusString, getScheduleTimeOffId, getSubmit, getSystemScheduledTimeOffObj, getTask, getTimestamp, getTkAssignmentId, getTransactionalDocId, getWorkArea, isDeletable, isEditable, setAccrualCategory, setAccrualCategoryObj, setAccrualGenerated, setApplyToYtdUsed, setAssignmentKey, setAssignmentTitle, setBlockId, setCalendarId, setDateAndTime, setDescription, setDocumentId, setDocumentStatus, setEarnCode, setJobNumber, setLeaveAmount, setLeaveBlockHistories, setLeaveBlockType, setLeaveDate, setLeaveRequestDocumentId, setLmLeaveBlockId, setPlanningDescription, setPrincipalId, setPrincipalIdModified, setReason, setRequestStatus, setScheduleTimeOffId, setSubmit, setSystemScheduledTimeOffObj, setTask, setTimestamp, setTkAssignmentId, setTransactionDocId, setWorkArea
 
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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

LeaveBlockHistory

public LeaveBlockHistory()

LeaveBlockHistory

public LeaveBlockHistory(LeaveBlock lb)
Method Detail

getLmLeaveBlockHistoryId

public String getLmLeaveBlockHistoryId()

setLmLeaveBlockHistoryId

public void setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId)

getAction

public String getAction()

setAction

public void setAction(String action)

getPrincipalIdDeleted

public String getPrincipalIdDeleted()

setPrincipalIdDeleted

public void setPrincipalIdDeleted(String principalIdDeleted)

getTimestampDeleted

public Timestamp getTimestampDeleted()

setTimestampDeleted

public void setTimestampDeleted(Timestamp timestampDeleted)

getAssignmentTitle

public String getAssignmentTitle()
Overrides:
getAssignmentTitle in class LeaveBlock


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.