org.kuali.kfs.sys.businessobject
Class FinancialSystemDocumentHeader

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.DocumentHeader
              extended by org.kuali.kfs.sys.businessobject.FinancialSystemDocumentHeader
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class FinancialSystemDocumentHeader
extends org.kuali.rice.kns.bo.DocumentHeader

This class is a custom DocumentHeader class used by KFS to facilitate custom data fields and a few UI fields

See Also:
Serialized Form

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

FinancialSystemDocumentHeader

public FinancialSystemDocumentHeader()
Constructor - creates empty instances of dependent objects

Method Detail

getFinancialDocumentTotalAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmount()
Gets the financialDocumentTotalAmount attribute.

Returns:
Returns the financialDocumentTotalAmount.

setFinancialDocumentTotalAmount

public void setFinancialDocumentTotalAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmount)
Sets the financialDocumentTotalAmount attribute value.

Parameters:
financialDocumentTotalAmount - The financialDocumentTotalAmount to set.

getCorrectedByDocumentId

public String getCorrectedByDocumentId()
Gets the correctedByDocumentId attribute.

Returns:
Returns the correctedByDocumentId.

setCorrectedByDocumentId

public void setCorrectedByDocumentId(String correctedByDocumentId)
Sets the correctedByDocumentId attribute value.

Parameters:
correctedByDocumentId - The correctedByDocumentId to set.

getFinancialDocumentInErrorNumber

public String getFinancialDocumentInErrorNumber()
Gets the financialDocumentInErrorNumber attribute.

Returns:
Returns the financialDocumentInErrorNumber.

setFinancialDocumentInErrorNumber

public void setFinancialDocumentInErrorNumber(String financialDocumentInErrorNumber)
Sets the financialDocumentInErrorNumber attribute value.

Parameters:
financialDocumentInErrorNumber - The financialDocumentInErrorNumber to set.

getFinancialDocumentStatusCode

public String getFinancialDocumentStatusCode()
Gets the financialDocumentStatusCode attribute.

Returns:
Returns the financialDocumentStatusCode.

setFinancialDocumentStatusCode

public void setFinancialDocumentStatusCode(String financialDocumentStatusCode)
Sets the financialDocumentStatusCode attribute value.

Parameters:
financialDocumentStatusCode - The financialDocumentStatusCode to set.

getDocumentFinalDate

public Date getDocumentFinalDate()
Gets the documentFinalDate attribute.

Returns:
Returns the documentFinalDate.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.