|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.DocumentHeader
org.kuali.kfs.sys.businessobject.FinancialSystemDocumentHeader
public class FinancialSystemDocumentHeader
This class is a custom DocumentHeader
class used by KFS to facilitate custom data fields and a few UI fields
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
FinancialSystemDocumentHeader()
Constructor - creates empty instances of dependent objects |
Method Summary | |
---|---|
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.kns.util.KualiDecimal |
getFinancialDocumentTotalAmount()
Gets the financialDocumentTotalAmount 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.kns.util.KualiDecimal financialDocumentTotalAmount)
Sets the financialDocumentTotalAmount attribute value. |
Methods inherited from class org.kuali.rice.kns.bo.DocumentHeader |
---|
getDocumentDescription, getDocumentNumber, getDocumentTemplateNumber, getExplanation, getOrganizationDocumentNumber, getWorkflowDocument, hasWorkflowDocument, setDocumentDescription, setDocumentNumber, setDocumentTemplateNumber, setExplanation, setOrganizationDocumentNumber, setWorkflowDocument, toStringMapper |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public FinancialSystemDocumentHeader()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmount()
public void setFinancialDocumentTotalAmount(org.kuali.rice.kns.util.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |