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

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.CustomerInvoiceItemCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CustomerInvoiceItemCode
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

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
CustomerInvoiceItemCode()
          Default constructor.
 
Method Summary
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 Account getDefaultInvoiceAccount()
          Gets the defaultInvoiceAccount attribute.
 String getDefaultInvoiceAccountNumber()
          Gets the defaultInvoiceAccountNumber attribute.
 Chart getDefaultInvoiceChartOfAccounts()
          Gets the defaultInvoiceChartOfAccounts attribute.
 String getDefaultInvoiceChartOfAccountsCode()
          Gets the defaultInvoiceChartOfAccountsCode attribute.
 ObjectCodeCurrent getDefaultInvoiceFinancialObject()
          Gets the defaultInvoiceFinancialObject attribute.
 String getDefaultInvoiceFinancialObjectCode()
          Gets the defaultInvoiceFinancialObjectCode attribute.
 SubObjectCodeCurrent getDefaultInvoiceFinancialSubObject()
          Gets the defaultInvoiceFinancialSubObject attribute.
 String getDefaultInvoiceFinancialSubObjectCode()
          Gets the defaultInvoiceFinancialSubObjectCode attribute.
 String getDefaultInvoiceOrganizationReferenceIdentifier()
          Gets the defaultInvoiceOrganizationReferenceIdentifier attribute.
 ProjectCode getDefaultInvoiceProject()
          Gets the defaultInvoiceProject attribute.
 String getDefaultInvoiceProjectCode()
          Gets the defaultInvoiceProjectCode attribute.
 SubAccount getDefaultInvoiceSubAccount()
          Gets the defaultInvoiceSubAccount attribute.
 String getDefaultInvoiceSubAccountNumber()
          Gets the defaultInvoiceSubAccountNumber attribute.
 String getDefaultUnitOfMeasureCode()
          Gets the defaultUnitOfMeasureCode attribute.
 String getInvoiceItemCode()
          Gets the invoiceItemCode attribute.
 String getInvoiceItemDescription()
          Gets the invoiceItemDescription attribute.
 org.kuali.rice.kns.util.KualiDecimal getItemDefaultPrice()
          Gets the itemDefaultPrice attribute.
 BigDecimal getItemDefaultQuantity()
          Gets the itemDefaultQuantity attribute.
 Organization getOrganization()
          Gets the organization attribute.
 String getOrganizationCode()
          Gets the organizationCode attribute.
 String getRelatedStockNumber()
          Gets the relatedStockNumber attribute.
 boolean isActive()
          Gets the active attribute.
 boolean isTaxableIndicator()
           
 void setActive(boolean active)
          Sets the active attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDefaultInvoiceAccount(Account defaultInvoiceAccount)
          Deprecated.  
 void setDefaultInvoiceAccountNumber(String defaultInvoiceAccountNumber)
          Sets the defaultInvoiceAccountNumber attribute.
 void setDefaultInvoiceChartOfAccounts(Chart defaultInvoiceChartOfAccounts)
          Deprecated.  
 void setDefaultInvoiceChartOfAccountsCode(String defaultInvoiceChartOfAccountsCode)
          Sets the defaultInvoiceChartOfAccountsCode attribute.
 void setDefaultInvoiceFinancialObject(ObjectCodeCurrent defaultInvoiceFinancialObject)
          Deprecated.  
 void setDefaultInvoiceFinancialObjectCode(String defaultInvoiceFinancialObjectCode)
          Sets the defaultInvoiceFinancialObjectCode attribute.
 void setDefaultInvoiceFinancialSubObject(SubObjectCodeCurrent defaultInvoiceFinancialSubObject)
          Deprecated.  
 void setDefaultInvoiceFinancialSubObjectCode(String defaultInvoiceFinancialSubObjectCode)
          Sets the defaultInvoiceFinancialSubObjectCode attribute.
 void setDefaultInvoiceOrganizationReferenceIdentifier(String defaultInvoiceOrganizationReferenceIdentifier)
          Sets the defaultInvoiceOrganizationReferenceIdentifier attribute.
 void setDefaultInvoiceProject(ProjectCode defaultInvoiceProject)
          Deprecated.  
 void setDefaultInvoiceProjectCode(String defaultInvoiceProjectCode)
          Sets the defaultInvoiceProjectCode attribute.
 void setDefaultInvoiceSubAccount(SubAccount defaultInvoiceSubAccount)
          Deprecated.  
 void setDefaultInvoiceSubAccountNumber(String defaultInvoiceSubAccountNumber)
          Sets the defaultInvoiceSubAccountNumber attribute.
 void setDefaultUnitOfMeasureCode(String defaultUnitOfMeasureCode)
          Sets the defaultUnitOfMeasureCode attribute.
 void setInvoiceItemCode(String invoiceItemCode)
          Sets the invoiceItemCode attribute.
 void setInvoiceItemDescription(String invoiceItemDescription)
          Sets the invoiceItemDescription attribute.
 void setItemDefaultPrice(org.kuali.rice.kns.util.KualiDecimal itemDefaultPrice)
          Sets the itemDefaultPrice attribute.
 void setItemDefaultQuantity(BigDecimal itemDefaultQuantity)
          Sets the itemDefaultQuantity attribute.
 void setOrganization(Organization organization)
          Deprecated.  
 void setOrganizationCode(String organizationCode)
          Sets the organizationCode attribute.
 void setRelatedStockNumber(String relatedStockNumber)
          Sets the relatedStockNumber attribute.
 void setTaxableIndicator(boolean taxableIndicator)
           
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

CustomerInvoiceItemCode

public CustomerInvoiceItemCode()
Default constructor.

Method Detail

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.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.

Parameters:
organizationCode - The organizationCode to set.

getInvoiceItemCode

public String getInvoiceItemCode()
Gets the invoiceItemCode attribute.

Returns:
Returns the invoiceItemCode

setInvoiceItemCode

public void setInvoiceItemCode(String invoiceItemCode)
Sets the invoiceItemCode attribute.

Parameters:
invoiceItemCode - The invoiceItemCode to set.

getInvoiceItemDescription

public String getInvoiceItemDescription()
Gets the invoiceItemDescription attribute.

Returns:
Returns the invoiceItemDescription

setInvoiceItemDescription

public void setInvoiceItemDescription(String invoiceItemDescription)
Sets the invoiceItemDescription attribute.

Parameters:
invoiceItemDescription - The invoiceItemDescription to set.

getRelatedStockNumber

public String getRelatedStockNumber()
Gets the relatedStockNumber attribute.

Returns:
Returns the relatedStockNumber

setRelatedStockNumber

public void setRelatedStockNumber(String relatedStockNumber)
Sets the relatedStockNumber attribute.

Parameters:
relatedStockNumber - The relatedStockNumber to set.

getDefaultInvoiceChartOfAccountsCode

public String getDefaultInvoiceChartOfAccountsCode()
Gets the defaultInvoiceChartOfAccountsCode attribute.

Returns:
Returns the defaultInvoiceChartOfAccountsCode

setDefaultInvoiceChartOfAccountsCode

public void setDefaultInvoiceChartOfAccountsCode(String defaultInvoiceChartOfAccountsCode)
Sets the defaultInvoiceChartOfAccountsCode attribute.

Parameters:
defaultInvoiceChartOfAccountsCode - The defaultInvoiceChartOfAccountsCode to set.

getDefaultInvoiceAccountNumber

public String getDefaultInvoiceAccountNumber()
Gets the defaultInvoiceAccountNumber attribute.

Returns:
Returns the defaultInvoiceAccountNumber

setDefaultInvoiceAccountNumber

public void setDefaultInvoiceAccountNumber(String defaultInvoiceAccountNumber)
Sets the defaultInvoiceAccountNumber attribute.

Parameters:
defaultInvoiceAccountNumber - The defaultInvoiceAccountNumber to set.

getDefaultInvoiceSubAccountNumber

public String getDefaultInvoiceSubAccountNumber()
Gets the defaultInvoiceSubAccountNumber attribute.

Returns:
Returns the defaultInvoiceSubAccountNumber

setDefaultInvoiceSubAccountNumber

public void setDefaultInvoiceSubAccountNumber(String defaultInvoiceSubAccountNumber)
Sets the defaultInvoiceSubAccountNumber attribute.

Parameters:
defaultInvoiceSubAccountNumber - The defaultInvoiceSubAccountNumber to set.

getDefaultInvoiceFinancialObjectCode

public String getDefaultInvoiceFinancialObjectCode()
Gets the defaultInvoiceFinancialObjectCode attribute.

Returns:
Returns the defaultInvoiceFinancialObjectCode

setDefaultInvoiceFinancialObjectCode

public void setDefaultInvoiceFinancialObjectCode(String defaultInvoiceFinancialObjectCode)
Sets the defaultInvoiceFinancialObjectCode attribute.

Parameters:
defaultInvoiceFinancialObjectCode - The defaultInvoiceFinancialObjectCode to set.

getDefaultInvoiceFinancialSubObjectCode

public String getDefaultInvoiceFinancialSubObjectCode()
Gets the defaultInvoiceFinancialSubObjectCode attribute.

Returns:
Returns the defaultInvoiceFinancialSubObjectCode

setDefaultInvoiceFinancialSubObjectCode

public void setDefaultInvoiceFinancialSubObjectCode(String defaultInvoiceFinancialSubObjectCode)
Sets the defaultInvoiceFinancialSubObjectCode attribute.

Parameters:
defaultInvoiceFinancialSubObjectCode - The defaultInvoiceFinancialSubObjectCode to set.

getDefaultInvoiceProjectCode

public String getDefaultInvoiceProjectCode()
Gets the defaultInvoiceProjectCode attribute.

Returns:
Returns the defaultInvoiceProjectCode

setDefaultInvoiceProjectCode

public void setDefaultInvoiceProjectCode(String defaultInvoiceProjectCode)
Sets the defaultInvoiceProjectCode attribute.

Parameters:
defaultInvoiceProjectCode - The defaultInvoiceProjectCode to set.

getDefaultInvoiceOrganizationReferenceIdentifier

public String getDefaultInvoiceOrganizationReferenceIdentifier()
Gets the defaultInvoiceOrganizationReferenceIdentifier attribute.

Returns:
Returns the defaultInvoiceOrganizationReferenceIdentifier

setDefaultInvoiceOrganizationReferenceIdentifier

public void setDefaultInvoiceOrganizationReferenceIdentifier(String defaultInvoiceOrganizationReferenceIdentifier)
Sets the defaultInvoiceOrganizationReferenceIdentifier attribute.

Parameters:
defaultInvoiceOrganizationReferenceIdentifier - The defaultInvoiceOrganizationReferenceIdentifier to set.

getItemDefaultPrice

public org.kuali.rice.kns.util.KualiDecimal getItemDefaultPrice()
Gets the itemDefaultPrice attribute.

Returns:
Returns the itemDefaultPrice

setItemDefaultPrice

public void setItemDefaultPrice(org.kuali.rice.kns.util.KualiDecimal itemDefaultPrice)
Sets the itemDefaultPrice attribute.

Parameters:
itemDefaultPrice - The itemDefaultPrice to set.

getDefaultUnitOfMeasureCode

public String getDefaultUnitOfMeasureCode()
Gets the defaultUnitOfMeasureCode attribute.

Returns:
Returns the defaultUnitOfMeasureCode

setDefaultUnitOfMeasureCode

public void setDefaultUnitOfMeasureCode(String defaultUnitOfMeasureCode)
Sets the defaultUnitOfMeasureCode attribute.

Parameters:
defaultUnitOfMeasureCode - The defaultUnitOfMeasureCode to set.

getItemDefaultQuantity

public BigDecimal getItemDefaultQuantity()
Gets the itemDefaultQuantity attribute.

Returns:
Returns the itemDefaultQuantity

setItemDefaultQuantity

public void setItemDefaultQuantity(BigDecimal itemDefaultQuantity)
Sets the itemDefaultQuantity attribute.

Parameters:
itemDefaultQuantity - The itemDefaultQuantity to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active

setActive

public void setActive(boolean active)
Sets the active attribute.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

isTaxableIndicator

public boolean isTaxableIndicator()

setTaxableIndicator

public void setTaxableIndicator(boolean taxableIndicator)

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.

getOrganization

public Organization getOrganization()
Gets the organization attribute.

Returns:
Returns the organization

setOrganization

public void setOrganization(Organization organization)
Deprecated. 

Sets the organization attribute.

Parameters:
organization - The organization to set.

getDefaultInvoiceAccount

public Account getDefaultInvoiceAccount()
Gets the defaultInvoiceAccount attribute.

Returns:
Returns the defaultInvoiceAccount

setDefaultInvoiceAccount

public void setDefaultInvoiceAccount(Account defaultInvoiceAccount)
Deprecated. 

Sets the defaultInvoiceAccount attribute.

Parameters:
defaultInvoiceAccount - The defaultInvoiceAccount to set.

getDefaultInvoiceSubAccount

public SubAccount getDefaultInvoiceSubAccount()
Gets the defaultInvoiceSubAccount attribute.

Returns:
Returns the defaultInvoiceSubAccount

setDefaultInvoiceSubAccount

public void setDefaultInvoiceSubAccount(SubAccount defaultInvoiceSubAccount)
Deprecated. 

Sets the defaultInvoiceSubAccount attribute.

Parameters:
defaultInvoiceSubAccount - The defaultInvoiceSubAccount to set.

getDefaultInvoiceChartOfAccounts

public Chart getDefaultInvoiceChartOfAccounts()
Gets the defaultInvoiceChartOfAccounts attribute.

Returns:
Returns the defaultInvoiceChartOfAccounts

setDefaultInvoiceChartOfAccounts

public void setDefaultInvoiceChartOfAccounts(Chart defaultInvoiceChartOfAccounts)
Deprecated. 

Sets the defaultInvoiceChartOfAccounts attribute.

Parameters:
defaultInvoiceChartOfAccounts - The defaultInvoiceChartOfAccounts to set.

getDefaultInvoiceFinancialObject

public ObjectCodeCurrent getDefaultInvoiceFinancialObject()
Gets the defaultInvoiceFinancialObject attribute.

Returns:
Returns the defaultInvoiceFinancialObject.

setDefaultInvoiceFinancialObject

public void setDefaultInvoiceFinancialObject(ObjectCodeCurrent defaultInvoiceFinancialObject)
Deprecated. 

Sets the defaultInvoiceFinancialObject attribute value.

Parameters:
defaultInvoiceFinancialObject - The defaultInvoiceFinancialObject to set.

getDefaultInvoiceFinancialSubObject

public SubObjectCodeCurrent getDefaultInvoiceFinancialSubObject()
Gets the defaultInvoiceFinancialSubObject attribute.

Returns:
Returns the defaultInvoiceFinancialSubObject

setDefaultInvoiceFinancialSubObject

public void setDefaultInvoiceFinancialSubObject(SubObjectCodeCurrent defaultInvoiceFinancialSubObject)
Deprecated. 

Sets the defaultInvoiceFinancialSubObject attribute.

Parameters:
defaultInvoiceFinancialSubObject - The defaultInvoiceFinancialSubObject to set.

getDefaultInvoiceProject

public ProjectCode getDefaultInvoiceProject()
Gets the defaultInvoiceProject attribute.

Returns:
Returns the defaultInvoiceProject

setDefaultInvoiceProject

public void setDefaultInvoiceProject(ProjectCode defaultInvoiceProject)
Deprecated. 

Sets the defaultInvoiceProject attribute.

Parameters:
defaultInvoiceProject - The defaultInvoiceProject 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.