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

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

public class NonInvoicedDistribution
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
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

NonInvoicedDistribution

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

getReferenceFinancialDocumentNumber

public String getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute.

Returns:
Returns the referenceFinancialDocumentNumber

setReferenceFinancialDocumentNumber

public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute.

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

getNonAppliedHolding

public NonAppliedHolding getNonAppliedHolding()
Gets the nonAppliedHolding attribute.

Returns:
Returns the nonAppliedHolding

setNonAppliedHolding

public void setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
Sets the nonAppliedHolding attribute.

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