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

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

public class NonInvoiced
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
NonInvoiced()
          Default constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 AccountsReceivableDocumentHeader getAccountsReceivableDocumentHeader()
          Gets the accountsReceivableDocumentHeader 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 getFinancialDocumentLineAmount()
          Gets the financialDocumentLineAmount attribute.
 Integer getFinancialDocumentLineNumber()
          Gets the financialDocumentLineNumber attribute.
 String getFinancialDocumentOverrideCode()
          Gets the financialDocumentOverrideCode attribute.
 Integer getFinancialDocumentPostingYear()
          Gets the financialDocumentPostingYear attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getNonInvoicedDistributionAmount()
          Gets the nonInvoicedDistributionAmount attribute.
 List<NonInvoicedDistribution> getNonInvoicedDistributions()
          Gets the nonInvoicedDistributions attribute.
 ProjectCode getProject()
          Gets the project attribute.
 String getProjectCode()
          Gets the projectCode attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
          Deprecated.  
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
          Sets the financialDocumentLineAmount attribute.
 void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
          Sets the financialDocumentLineNumber attribute.
 void setFinancialDocumentOverrideCode(String financialDocumentOverrideCode)
          Sets the financialDocumentOverrideCode attribute.
 void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
          Sets the financialDocumentPostingYear attribute.
 void setFinancialObject(ObjectCode financialObject)
          Deprecated.  
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Deprecated.  
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setNonInvoicedDistributionAmount(org.kuali.rice.kns.util.KualiDecimal nonInvoicedDistributionAmount)
          Sets the remainingAmountForDistribution attribute.
 void setNonInvoicedDistributions(List<NonInvoicedDistribution> nonInvoicedDistributions)
          Sets the nonInvoicedDistributions attribute value.
 void setProject(ProjectCode project)
          Deprecated.  
 void setProjectCode(String projectCode)
          Sets the projectCode attribute.
 void setSubAccount(SubAccount subAccount)
          Deprecated.  
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber 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

NonInvoiced

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

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.

getFinancialDocumentPostingYear

public Integer getFinancialDocumentPostingYear()
Gets the financialDocumentPostingYear attribute.

Returns:
Returns the financialDocumentPostingYear

setFinancialDocumentPostingYear

public void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
Sets the financialDocumentPostingYear attribute.

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

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getProjectCode

public String getProjectCode()
Gets the projectCode attribute.

Returns:
Returns the projectCode

setProjectCode

public void setProjectCode(String projectCode)
Sets the projectCode attribute.

Parameters:
projectCode - The projectCode to set.

getFinancialDocumentLineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
Gets the financialDocumentLineAmount attribute.

Returns:
Returns the financialDocumentLineAmount

setFinancialDocumentLineAmount

public void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
Sets the financialDocumentLineAmount attribute.

Parameters:
financialDocumentLineAmount - The financialDocumentLineAmount to set.

getFinancialDocumentOverrideCode

public String getFinancialDocumentOverrideCode()
Gets the financialDocumentOverrideCode attribute.

Returns:
Returns the financialDocumentOverrideCode

setFinancialDocumentOverrideCode

public void setFinancialDocumentOverrideCode(String financialDocumentOverrideCode)
Sets the financialDocumentOverrideCode attribute.

Parameters:
financialDocumentOverrideCode - The financialDocumentOverrideCode to set.

getAccountsReceivableDocumentHeader

public AccountsReceivableDocumentHeader getAccountsReceivableDocumentHeader()
Gets the accountsReceivableDocumentHeader attribute.

Returns:
Returns the accountsReceivableDocumentHeader.

setAccountsReceivableDocumentHeader

public void setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
Deprecated. 

Sets the accountsReceivableDocumentHeader attribute value.

Parameters:
accountsReceivableDocumentHeader - The accountsReceivableDocumentHeader to set.

getFinancialObject

public ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Deprecated. 

Sets the financialObject attribute.

Parameters:
financialObject - The financialObject to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount

setSubAccount

public void setSubAccount(SubAccount subAccount)
Deprecated. 

Sets the subAccount attribute.

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

getFinancialSubObject

public SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject

setFinancialSubObject

public void setFinancialSubObject(SubObjectCode financialSubObject)
Deprecated. 

Sets the financialSubObject attribute.

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

getProject

public ProjectCode getProject()
Gets the project attribute.

Returns:
Returns the project

setProject

public void setProject(ProjectCode project)
Deprecated. 

Sets the project attribute.

Parameters:
project - The project to set.

getNonInvoicedDistributions

public List<NonInvoicedDistribution> getNonInvoicedDistributions()
Gets the nonInvoicedDistributions attribute.

Returns:
Returns the nonInvoicedDistributions.

setNonInvoicedDistributions

public void setNonInvoicedDistributions(List<NonInvoicedDistribution> nonInvoicedDistributions)
Sets the nonInvoicedDistributions attribute value.

Parameters:
nonInvoicedDistributions - The nonInvoicedDistributions to set.

toStringMapper

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

getNonInvoicedDistributionAmount

public org.kuali.rice.kns.util.KualiDecimal getNonInvoicedDistributionAmount()
Gets the nonInvoicedDistributionAmount attribute.

Returns:
Returns the nonInvoicedDistributionAmount

setNonInvoicedDistributionAmount

public void setNonInvoicedDistributionAmount(org.kuali.rice.kns.util.KualiDecimal nonInvoicedDistributionAmount)
Sets the remainingAmountForDistribution attribute.

Parameters:
remainingAmountForDistribution - The remainingAmountForDistribution to set.


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