public class LeaveRequestDocument extends org.kuali.rice.krad.document.TransactionalDocumentBase implements LeaveRequestDocumentContract
Modifier and Type | Field and Description |
---|---|
static String |
LEAVE_REQUEST_DOCUMENT_TYPE |
documentHeader, documentNumber
extension, versionNumber
ASSIGNABLE_TERM_NAME
Constructor and Description |
---|
LeaveRequestDocument() |
LeaveRequestDocument(String leaveBlockId) |
Modifier and Type | Method and Description |
---|---|
String |
getActionCode()
The actionCode associated with the LeaveRequestDocument
|
boolean |
getAllowsCopy() |
List<? extends AssignmentContract> |
getAssignments() |
String |
getDescription()
The description associated with the LeaveRequestDocument
|
LeaveBlock |
getLeaveBlock()
The LeaveBlock object associated with the LeaveRequestDocument
|
String |
getLmLeaveBlockId()
The lmLeaveBlockId associated with the LeaveRequestDocument
|
void |
setActionCode(String actionCode) |
void |
setDescription(String description) |
void |
setLmLeaveBlockId(String lmLeaveBlockId) |
isSessionDocument
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, toCopy, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
public static final String LEAVE_REQUEST_DOCUMENT_TYPE
public LeaveRequestDocument()
public LeaveRequestDocument(String leaveBlockId)
public boolean getAllowsCopy()
getAllowsCopy
in interface org.kuali.rice.krad.document.Document
getAllowsCopy
in class org.kuali.rice.krad.document.TransactionalDocumentBase
public String getLmLeaveBlockId()
LeaveRequestDocumentContract
lmLeaveBlockId of a LeaveRequestDocument
getLmLeaveBlockId
in interface LeaveRequestDocumentContract
public void setLmLeaveBlockId(String lmLeaveBlockId)
public String getActionCode()
LeaveRequestDocumentContract
actionCode of a LeaveRequestDocument
getActionCode
in interface LeaveRequestDocumentContract
public void setActionCode(String actionCode)
public String getDescription()
LeaveRequestDocumentContract
description of a LeaveRequestDocument
getDescription
in interface LeaveRequestDocumentContract
public void setDescription(String description)
public LeaveBlock getLeaveBlock()
LeaveRequestDocumentContract
LeaveBlock of lmLeaveBlockId of a LeaveRequestDocument
getLeaveBlock
in interface LeaveRequestDocumentContract
public List<? extends AssignmentContract> getAssignments()
getAssignments
in interface Assignable
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.