public class FinancialSystemDocumentHeader extends org.kuali.rice.krad.bo.DocumentHeader
DocumentHeader class used by OLE to facilitate custom data fields and a few UI fields| Modifier and Type | Field and Description |
|---|---|
protected String |
correctedByDocumentId |
protected String |
financialDocumentInErrorNumber |
protected String |
financialDocumentStatusCode |
protected org.kuali.rice.core.api.util.type.KualiDecimal |
financialDocumentTotalAmount |
| Constructor and Description |
|---|
FinancialSystemDocumentHeader()
Constructor - creates empty instances of dependent objects
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationDocumentStatus()
Gets the applicationDocumentStatus attribute.
|
String |
getCorrectedByDocumentId()
Gets the correctedByDocumentId attribute.
|
Date |
getDocumentFinalDate()
Gets the documentFinalDate attribute.
|
String |
getFinancialDocumentInErrorNumber()
Gets the financialDocumentInErrorNumber attribute.
|
String |
getFinancialDocumentStatusCode()
Gets the financialDocumentStatusCode attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTotalAmount()
Gets the financialDocumentTotalAmount attribute.
|
org.kuali.rice.kew.api.WorkflowDocument |
getWorkflowDocument()
method to retrieve the workflow document for the given documentHeader.
|
void |
setApplicationDocumentStatus(String applicationDocumentStatus)
Sets the applicationDocumentStatus attribute.
|
void |
setCorrectedByDocumentId(String correctedByDocumentId)
Sets the correctedByDocumentId attribute value.
|
void |
setFinancialDocumentInErrorNumber(String financialDocumentInErrorNumber)
Sets the financialDocumentInErrorNumber attribute value.
|
void |
setFinancialDocumentStatusCode(String financialDocumentStatusCode)
Sets the financialDocumentStatusCode attribute value.
|
void |
setFinancialDocumentTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTotalAmount)
Sets the financialDocumentTotalAmount attribute value.
|
void |
updateAndSaveAppDocStatus(String applicationDocumentStatus)
Updates status of this document and saves the workflow data
|
getDocumentDescription, getDocumentNumber, getDocumentTemplateNumber, getExplanation, getOrganizationDocumentNumber, hasWorkflowDocument, setDocumentDescription, setDocumentNumber, setDocumentTemplateNumber, setExplanation, setOrganizationDocumentNumber, setWorkflowDocumentafterDelete, 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, setVersionNumberprotected org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTotalAmount
protected String correctedByDocumentId
protected String financialDocumentInErrorNumber
protected String financialDocumentStatusCode
public FinancialSystemDocumentHeader()
public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTotalAmount()
public void setFinancialDocumentTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTotalAmount)
financialDocumentTotalAmount - The financialDocumentTotalAmount to set.public String getCorrectedByDocumentId()
public void setCorrectedByDocumentId(String correctedByDocumentId)
correctedByDocumentId - The correctedByDocumentId to set.public String getFinancialDocumentInErrorNumber()
public void setFinancialDocumentInErrorNumber(String financialDocumentInErrorNumber)
financialDocumentInErrorNumber - The financialDocumentInErrorNumber to set.public String getFinancialDocumentStatusCode()
public void setFinancialDocumentStatusCode(String financialDocumentStatusCode)
financialDocumentStatusCode - The financialDocumentStatusCode to set.public Date getDocumentFinalDate()
public String getApplicationDocumentStatus()
public void setApplicationDocumentStatus(String applicationDocumentStatus)
applicationDocumentStatus - The applicationDocumentStatus to set.public org.kuali.rice.kew.api.WorkflowDocument getWorkflowDocument()
getWorkflowDocument in class org.kuali.rice.krad.bo.DocumentHeaderpublic void updateAndSaveAppDocStatus(String applicationDocumentStatus) throws org.kuali.rice.kew.api.exception.WorkflowException
applicationDocumentStatus - is the app doc status to saveorg.kuali.rice.kew.api.exception.WorkflowExceptionCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.