|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.ar.businessobject.NonInvoiced
public class NonInvoiced
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 |
---|
public NonInvoiced()
Method Detail |
---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getFinancialDocumentLineNumber()
public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
financialDocumentLineNumber
- The financialDocumentLineNumber to set.public Integer getFinancialDocumentPostingYear()
public void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
financialDocumentPostingYear
- The financialDocumentPostingYear 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 String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.public String getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.public String getProjectCode()
public void setProjectCode(String projectCode)
projectCode
- The projectCode to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
public void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
financialDocumentLineAmount
- The financialDocumentLineAmount to set.public String getFinancialDocumentOverrideCode()
public void setFinancialDocumentOverrideCode(String financialDocumentOverrideCode)
financialDocumentOverrideCode
- The financialDocumentOverrideCode to set.public AccountsReceivableDocumentHeader getAccountsReceivableDocumentHeader()
public void setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
accountsReceivableDocumentHeader
- The accountsReceivableDocumentHeader to set.public ObjectCode getFinancialObject()
public void setFinancialObject(ObjectCode financialObject)
financialObject
- The financialObject to set.public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public SubObjectCode getFinancialSubObject()
public void setFinancialSubObject(SubObjectCode financialSubObject)
financialSubObject
- The financialSubObject to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public ProjectCode getProject()
public void setProject(ProjectCode project)
project
- The project to set.public List<NonInvoicedDistribution> getNonInvoicedDistributions()
public void setNonInvoicedDistributions(List<NonInvoicedDistribution> nonInvoicedDistributions)
nonInvoicedDistributions
- The nonInvoicedDistributions to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public org.kuali.rice.kns.util.KualiDecimal getNonInvoicedDistributionAmount()
public void setNonInvoicedDistributionAmount(org.kuali.rice.kns.util.KualiDecimal nonInvoicedDistributionAmount)
remainingAmountForDistribution
- The remainingAmountForDistribution to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |