@Entity public class FinancialSystemDocumentHeader extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
DocumentHeader
class used by OLE to facilitate custom data fields and a few UI fieldsModifier and Type | Field and Description |
---|---|
protected String |
correctedByDocumentId |
protected String |
documentNumber |
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 |
getDocumentNumber() |
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.
|
boolean |
hasWorkflowDocument()
Returns whether this document header has a
WorkflowDocument associated with it. |
void |
setApplicationDocumentStatus(String applicationDocumentStatus)
Sets the applicationDocumentStatus attribute.
|
void |
setCorrectedByDocumentId(String correctedByDocumentId)
Sets the correctedByDocumentId attribute value.
|
void |
setDocumentNumber(String documentNumber) |
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 |
setWorkflowDocument(org.kuali.rice.kew.api.WorkflowDocument workflowDocument)
Associates a
WorkflowDocument with this document header. |
void |
updateAndSaveAppDocStatus(String applicationDocumentStatus)
Updates status of this document and saves the workfl *
|
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
protected org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTotalAmount
protected String correctedByDocumentId
protected String financialDocumentInErrorNumber
protected String financialDocumentStatusCode
protected String documentNumber
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 String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public Date getDocumentFinalDate()
public String getApplicationDocumentStatus()
public void setApplicationDocumentStatus(String applicationDocumentStatus)
applicationDocumentStatus
- The applicationDocumentStatus to set.public boolean hasWorkflowDocument()
WorkflowDocument
associated with it.public void setWorkflowDocument(org.kuali.rice.kew.api.WorkflowDocument workflowDocument)
WorkflowDocument
with this document header.workflowDocument
- public org.kuali.rice.kew.api.WorkflowDocument getWorkflowDocument()
public 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.WorkflowException
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.