public class SalesTax extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
SalesTax()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentGrossSalesAmount()
Gets the financialDocumentGrossSalesAmount attribute.
|
Integer |
getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute.
|
String |
getFinancialDocumentLineTypeCode()
Gets the financialDocumentLineTypeCode attribute.
|
Date |
getFinancialDocumentSaleDate()
Gets the financialDocumentSaleDate attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getFinancialDocumentTaxableSalesAmount()
Gets the financialDocumentTaxableSalesAmount attribute.
|
void |
setAccount(Account account)
Deprecated.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.
|
void |
setFinancialDocumentGrossSalesAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentGrossSalesAmount)
Sets the financialDocumentGrossSalesAmount attribute.
|
void |
setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute.
|
void |
setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
Sets the financialDocumentLineTypeCode attribute.
|
void |
setFinancialDocumentSaleDate(Date financialDocumentSaleDate)
Sets the financialDocumentSaleDate attribute.
|
void |
setFinancialDocumentTaxableSalesAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTaxableSalesAmount)
Sets the financialDocumentTaxableSalesAmount 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 SalesTax()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getFinancialDocumentLineTypeCode()
public void setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
financialDocumentLineTypeCode
- The financialDocumentLineTypeCode to set.public Integer getFinancialDocumentLineNumber()
public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
financialDocumentLineNumber
- The financialDocumentLineNumber to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentGrossSalesAmount()
public void setFinancialDocumentGrossSalesAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentGrossSalesAmount)
financialDocumentGrossSalesAmount
- The financialDocumentGrossSalesAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getFinancialDocumentTaxableSalesAmount()
public void setFinancialDocumentTaxableSalesAmount(org.kuali.rice.core.api.util.type.KualiDecimal financialDocumentTaxableSalesAmount)
financialDocumentTaxableSalesAmount
- The financialDocumentTaxableSalesAmount to set.public Date getFinancialDocumentSaleDate()
public void setFinancialDocumentSaleDate(Date financialDocumentSaleDate)
financialDocumentSaleDate
- The financialDocumentSaleDate to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.