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

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

public class NonAppliedHolding
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
NonAppliedHolding()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getAppliedUnappliedAmount()
          Gets the appliedUnappliedAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getAvailableUnappliedAmount()
          Gets the availableUnappliedAmount attribute.
 Customer getCustomer()
          Gets the customer attribute.
 String getCustomerNumber()
          Gets the customerNumber attribute.
 FinancialSystemDocumentHeader getDocumentHeader()
          Sets the documentHeader attribute value.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentLineAmount()
          Gets the financialDocumentLineAmount attribute.
 Collection<NonAppliedDistribution> getNonAppliedDistributions()
          Gets the nonAppliedDistributions attribute.
 Collection<NonInvoicedDistribution> getNonInvoicedDistributions()
          Gets the nonInvoicedDistributions attribute.
 String getReferenceFinancialDocumentNumber()
          Gets the referenceFinancialDocumentNumber attribute.
 void setCustomer(Customer customer)
          Deprecated.  
 void setCustomerNumber(String customerNumber)
          Sets the customerNumber attribute.
 void setDocumentHeader(FinancialSystemDocumentHeader documentHeader)
          Sets the documentHeader attribute value.
 void setFinancialDocumentLineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentLineAmount)
          Sets the financialDocumentLineAmount attribute.
 void setNonAppliedDistributions(List<NonAppliedDistribution> nonAppliedDistributions)
          Sets the nonAppliedDistributions attribute value.
 void setNonInvoicedDistributions(Collection<NonInvoicedDistribution> nonInvoicedDistributions)
          Sets the nonInvoicedDistributions attribute value.
 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

NonAppliedHolding

public NonAppliedHolding()
Default constructor.

Method Detail

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.

getCustomerNumber

public String getCustomerNumber()
Gets the customerNumber attribute.

Returns:
Returns the customerNumber

setCustomerNumber

public void setCustomerNumber(String customerNumber)
Sets the customerNumber attribute.

Parameters:
customerNumber - The customerNumber to set.

getCustomer

public Customer getCustomer()
Gets the customer attribute.

Returns:
Returns the customer

setCustomer

public void setCustomer(Customer customer)
Deprecated. 

Sets the customer attribute.

Parameters:
customer - The customer to set.

getNonInvoicedDistributions

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

Returns:
Returns the nonInvoicedDistributions.

setNonInvoicedDistributions

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

Parameters:
nonInvoicedDistributions - The nonInvoicedDistributions to set.

getNonAppliedDistributions

public Collection<NonAppliedDistribution> getNonAppliedDistributions()
Gets the nonAppliedDistributions attribute.

Returns:
Returns the nonAppliedDistributions.

setNonAppliedDistributions

public void setNonAppliedDistributions(List<NonAppliedDistribution> nonAppliedDistributions)
Sets the nonAppliedDistributions attribute value.

Parameters:
nonAppliedDistributions - The nonAppliedDistributions to set.

toStringMapper

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

getAvailableUnappliedAmount

public org.kuali.rice.kns.util.KualiDecimal getAvailableUnappliedAmount()
Gets the availableUnappliedAmount attribute.

Returns:
Returns the availableUnappliedAmount.

getAppliedUnappliedAmount

public org.kuali.rice.kns.util.KualiDecimal getAppliedUnappliedAmount()
Gets the appliedUnappliedAmount attribute.

Returns:
Returns the appliedUnappliedAmount.

getDocumentHeader

public FinancialSystemDocumentHeader getDocumentHeader()
Sets the documentHeader attribute value.

Parameters:
documentHeader. -

setDocumentHeader

public void setDocumentHeader(FinancialSystemDocumentHeader documentHeader)
Sets the documentHeader attribute value.

Parameters:
documentHeader. -


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