org.kuali.kfs.module.ar.businessobject
Class AccountsReceivableDocumentHeader

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

public class AccountsReceivableDocumentHeader
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Author:
Kuali Nervous System Team (kualidev@oncourse.iu.edu)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountsReceivableDocumentHeader()
          Default constructor.
 
Method Summary
 String getCreateDate()
          This method...
 Customer getCustomer()
          Gets the customer attribute.
 String getCustomerNumber()
          Gets the customerNumber attribute.
 org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
          Gets the documentHeader attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getDocumentStatus()
          Gets the documentStatus attribute.
 Date getEntryDate()
          Gets the entryDate attribute.
 String getFinancialDocumentExplanationText()
          Gets the financialDocumentExplanationText attribute.
 String getInitiatorId()
          This method...
 String getProcessingChartOfAccCodeAndOrgCode()
          Get a string representation for processing organization
 Chart getProcessingChartOfAccount()
          Gets the processingChartOfAccount attribute.
 String getProcessingChartOfAccountCode()
          Gets the processingChartOfAccountCode attribute.
 Organization getProcessingOrganization()
          Gets the processingOrganization attribute.
 String getProcessingOrganizationCode()
          Gets the processingOrganizationCode attribute.
 void setCustomer(Customer customer)
          Deprecated.  
 void setCustomerNumber(String customerNumber)
          Sets the customerNumber attribute.
 void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
          Deprecated.  
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setEntryDate(Date entryDate)
          Sets the entryDate attribute.
 void setFinancialDocumentExplanationText(String financialDocumentExplanationText)
          Sets the financialDocumentExplanationText attribute.
 void setProcessingChartOfAccount(Chart processingChartOfAccount)
          Deprecated.  
 void setProcessingChartOfAccountCode(String processingChartOfAccountCode)
          Sets the processingChartOfAccountCode attribute.
 void setProcessingOrganization(Organization processingOrganization)
          Deprecated.  
 void setProcessingOrganizationCode(String processingOrganizationCode)
          Sets the processingOrganizationCode attribute.
protected  LinkedHashMap 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

AccountsReceivableDocumentHeader

public AccountsReceivableDocumentHeader()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getCustomerNumber

public String getCustomerNumber()
Gets the customerNumber attribute.

Returns:
Returns the customerNumber

setCustomerNumber

public void setCustomerNumber(String customerNumber)
Sets the customerNumber attribute.

Parameters:
customerNumber - The customerNumber to set.

getProcessingChartOfAccountCode

public String getProcessingChartOfAccountCode()
Gets the processingChartOfAccountCode attribute.

Returns:
Returns the processingChartOfAccountCode

setProcessingChartOfAccountCode

public void setProcessingChartOfAccountCode(String processingChartOfAccountCode)
Sets the processingChartOfAccountCode attribute.

Parameters:
processingChartOfAccountCode - The processingChartOfAccountCode to set.

getProcessingOrganizationCode

public String getProcessingOrganizationCode()
Gets the processingOrganizationCode attribute.

Returns:
Returns the processingOrganizationCode

setProcessingOrganizationCode

public void setProcessingOrganizationCode(String processingOrganizationCode)
Sets the processingOrganizationCode attribute.

Parameters:
processingOrganizationCode - The processingOrganizationCode to set.

getEntryDate

public Date getEntryDate()
Gets the entryDate attribute.

Returns:
Returns the entryDate

setEntryDate

public void setEntryDate(Date entryDate)
Sets the entryDate attribute.

Parameters:
entryDate - The entryDate to set.

getFinancialDocumentExplanationText

public String getFinancialDocumentExplanationText()
Gets the financialDocumentExplanationText attribute.

Returns:
Returns the financialDocumentExplanationText

setFinancialDocumentExplanationText

public void setFinancialDocumentExplanationText(String financialDocumentExplanationText)
Sets the financialDocumentExplanationText attribute.

Parameters:
financialDocumentExplanationText - The financialDocumentExplanationText to set.

getCustomer

public Customer getCustomer()
Gets the customer attribute.

Returns:
Returns the customer

setCustomer

public void setCustomer(Customer customer)
Deprecated. 

Sets the customer attribute.

Parameters:
customer - The customer to set.

getProcessingChartOfAccount

public Chart getProcessingChartOfAccount()
Gets the processingChartOfAccount attribute.

Returns:
Returns the processingChartOfAccount

setProcessingChartOfAccount

public void setProcessingChartOfAccount(Chart processingChartOfAccount)
Deprecated. 

Sets the processingChartOfAccount attribute.

Parameters:
processingChartOfAccount - The processingChartOfAccount to set.

getProcessingOrganization

public Organization getProcessingOrganization()
Gets the processingOrganization attribute.

Returns:
Returns the processingOrganization

setProcessingOrganization

public void setProcessingOrganization(Organization processingOrganization)
Deprecated. 

Sets the processingOrganization attribute.

Parameters:
processingOrganization - The processingOrganization to set.

getDocumentHeader

public org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
Gets the documentHeader attribute.

Returns:
Returns the documentHeader.

setDocumentHeader

public void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
Deprecated. 

Sets the documentHeader attribute value.

Parameters:
documentHeader - The documentHeader to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getProcessingChartOfAccCodeAndOrgCode

public String getProcessingChartOfAccCodeAndOrgCode()
Get a string representation for processing organization

Returns:

getDocumentStatus

public String getDocumentStatus()
Gets the documentStatus attribute.

Returns:
Returns the documentStatus.

getCreateDate

public String getCreateDate()
This method...

Returns:

getInitiatorId

public String getInitiatorId()
This method...

Returns:


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