org.kuali.kfs.fp.businessobject
Class SalesTax

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

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

This class is used to represent a sales tax business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
SalesTax()
          Default constructor.
 
Method Summary
 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.kns.util.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.kns.util.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.kns.util.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.kns.util.KualiDecimal financialDocumentTaxableSalesAmount)
          Sets the financialDocumentTaxableSalesAmount 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

SalesTax

public SalesTax()
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.

getFinancialDocumentLineTypeCode

public String getFinancialDocumentLineTypeCode()
Gets the financialDocumentLineTypeCode attribute.

Returns:
Returns the financialDocumentLineTypeCode

setFinancialDocumentLineTypeCode

public void setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
Sets the financialDocumentLineTypeCode attribute.

Parameters:
financialDocumentLineTypeCode - The financialDocumentLineTypeCode to set.

getFinancialDocumentLineNumber

public Integer getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute.

Returns:
Returns the financialDocumentLineNumber

setFinancialDocumentLineNumber

public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute.

Parameters:
financialDocumentLineNumber - The financialDocumentLineNumber to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getFinancialDocumentGrossSalesAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentGrossSalesAmount()
Gets the financialDocumentGrossSalesAmount attribute.

Returns:
Returns the financialDocumentGrossSalesAmount

setFinancialDocumentGrossSalesAmount

public void setFinancialDocumentGrossSalesAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentGrossSalesAmount)
Sets the financialDocumentGrossSalesAmount attribute.

Parameters:
financialDocumentGrossSalesAmount - The financialDocumentGrossSalesAmount to set.

getFinancialDocumentTaxableSalesAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTaxableSalesAmount()
Gets the financialDocumentTaxableSalesAmount attribute.

Returns:
Returns the financialDocumentTaxableSalesAmount

setFinancialDocumentTaxableSalesAmount

public void setFinancialDocumentTaxableSalesAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentTaxableSalesAmount)
Sets the financialDocumentTaxableSalesAmount attribute.

Parameters:
financialDocumentTaxableSalesAmount - The financialDocumentTaxableSalesAmount to set.

getFinancialDocumentSaleDate

public Date getFinancialDocumentSaleDate()
Gets the financialDocumentSaleDate attribute.

Returns:
Returns the financialDocumentSaleDate

setFinancialDocumentSaleDate

public void setFinancialDocumentSaleDate(Date financialDocumentSaleDate)
Sets the financialDocumentSaleDate attribute.

Parameters:
financialDocumentSaleDate - The financialDocumentSaleDate to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Deprecated. 

Sets the account attribute.

Parameters:
account - The account to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

toStringMapper

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


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