public class AccountsReceivableDocumentHeader extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements AccountsReceivableDocumentHeader
Constructor and Description |
---|
AccountsReceivableDocumentHeader() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateDate()
This method...
|
Customer |
getCustomer()
Gets the customer attribute.
|
String |
getCustomerNumber()
Gets the customerNumber attribute.
|
org.kuali.rice.krad.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.krad.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_RICE20_REFACTORME() |
afterDelete, 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, setVersionNumber
public AccountsReceivableDocumentHeader()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface AccountsReceivableDocumentHeader
documentNumber
- The documentNumber to set.public String getCustomerNumber()
getCustomerNumber
in interface AccountsReceivableDocumentHeader
public void setCustomerNumber(String customerNumber)
setCustomerNumber
in interface AccountsReceivableDocumentHeader
customerNumber
- The customerNumber to set.public String getProcessingChartOfAccountCode()
getProcessingChartOfAccountCode
in interface AccountsReceivableDocumentHeader
public void setProcessingChartOfAccountCode(String processingChartOfAccountCode)
setProcessingChartOfAccountCode
in interface AccountsReceivableDocumentHeader
processingChartOfAccountCode
- The processingChartOfAccountCode to set.public String getProcessingOrganizationCode()
getProcessingOrganizationCode
in interface AccountsReceivableDocumentHeader
public void setProcessingOrganizationCode(String processingOrganizationCode)
setProcessingOrganizationCode
in interface AccountsReceivableDocumentHeader
processingOrganizationCode
- The processingOrganizationCode to set.public Date getEntryDate()
public void setEntryDate(Date entryDate)
entryDate
- The entryDate to set.public String getFinancialDocumentExplanationText()
public void setFinancialDocumentExplanationText(String financialDocumentExplanationText)
financialDocumentExplanationText
- The financialDocumentExplanationText to set.public Customer getCustomer()
@Deprecated public void setCustomer(Customer customer)
customer
- The customer to set.public Chart getProcessingChartOfAccount()
@Deprecated public void setProcessingChartOfAccount(Chart processingChartOfAccount)
processingChartOfAccount
- The processingChartOfAccount to set.public Organization getProcessingOrganization()
@Deprecated public void setProcessingOrganization(Organization processingOrganization)
processingOrganization
- The processingOrganization to set.public org.kuali.rice.krad.bo.DocumentHeader getDocumentHeader()
@Deprecated public void setDocumentHeader(org.kuali.rice.krad.bo.DocumentHeader documentHeader)
documentHeader
- The documentHeader to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getProcessingChartOfAccCodeAndOrgCode()
public String getDocumentStatus()
public String getCreateDate()
public String getInitiatorId()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.