|
||||||||||
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.NonInvoicedDistribution
public class NonInvoicedDistribution
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
NonInvoicedDistribution()
Default constructor. |
Method Summary | |
---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getFinancialDocumentLineAmount()
Gets the financialDocumentLineAmount attribute. |
Integer |
getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute. |
NonAppliedHolding |
getNonAppliedHolding()
Gets the nonAppliedHolding attribute. |
String |
getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber 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 |
setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
Sets the nonAppliedHolding attribute. |
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber 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 NonInvoicedDistribution()
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 String getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
referenceFinancialDocumentNumber
- The referenceFinancialDocumentNumber 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 NonAppliedHolding getNonAppliedHolding()
public void setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
nonAppliedHolding
- The nonAppliedHolding to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |