|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.hr.lm.leaveblock.LeaveBlock org.kuali.hr.lm.leaveblock.LeaveBlockHistory
public class LeaveBlockHistory
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.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.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public LeaveBlockHistory()
public LeaveBlockHistory(LeaveBlock lb)
Method Detail |
---|
public String getLmLeaveBlockHistoryId()
public void setLmLeaveBlockHistoryId(String lmLeaveBlockHistoryId)
public String getAction()
public void setAction(String action)
public String getPrincipalIdDeleted()
public void setPrincipalIdDeleted(String principalIdDeleted)
public Timestamp getTimestampDeleted()
public void setTimestampDeleted(Timestamp timestampDeleted)
public String getAssignmentTitle()
getAssignmentTitle
in class LeaveBlock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |