@Entity public class AccountRequestDocumentWithCyclicalReference extends TransactionalDocumentBase implements SessionDocument
documentHeader, documentNumber
extension, versionNumber
Constructor and Description |
---|
AccountRequestDocumentWithCyclicalReference() |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount(int index) |
List<Account> |
getAccounts() |
String |
getAccountTypeCode() |
AccountRequestDocumentWithCyclicalReference |
getChild() |
AccountRequestDocumentWithCyclicalReference |
getParent() |
String |
getReason1() |
String |
getReason2() |
String |
getRequester() |
String |
getRequestType() |
void |
setAccounts(List<Account> accounts) |
void |
setAccountTypeCode(String accountType) |
void |
setChild(AccountRequestDocumentWithCyclicalReference child) |
void |
setParent(AccountRequestDocumentWithCyclicalReference parent) |
void |
setReason1(String reason1) |
void |
setReason2(String reason2) |
void |
setRequester(String requester) |
void |
setRequestType(String requestType) |
getAllowsCopy, 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
toString
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
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
refresh
toString
getVersionNumber
getObjectId
public AccountRequestDocumentWithCyclicalReference()
public String getReason2()
public void setReason2(String reason2)
public String getReason1()
public void setReason1(String reason1)
public String getRequester()
public void setRequester(String requester)
public List<Account> getAccounts()
public void setAccounts(List<Account> accounts)
public Account getAccount(int index)
public String getRequestType()
public void setRequestType(String requestType)
public void setAccountTypeCode(String accountType)
public String getAccountTypeCode()
public AccountRequestDocumentWithCyclicalReference getChild()
public void setChild(AccountRequestDocumentWithCyclicalReference child)
public AccountRequestDocumentWithCyclicalReference getParent()
public void setParent(AccountRequestDocumentWithCyclicalReference parent)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.