org.kuali.kfs.fp.businessobject
Class RevolvingFundDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.RevolvingFundDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class RevolvingFundDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a revolving fund detail business object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
RevolvingFundDetail()
          Default constructor.
 
Method Summary
 Bank getBank()
          Gets the bank attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getFinancialDocumentBankCode()
          Gets the financialDocumentBankCode attribute.
 String getFinancialDocumentColumnTypeCode()
          Gets the financialDocumentColumnTypeCode attribute.
 Integer getFinancialDocumentLineNumber()
          Gets the financialDocumentLineNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentRevolvingFundAmount()
          Gets the financialDocumentRevolvingFundAmount attribute.
 Date getFinancialDocumentRevolvingFundDate()
          Gets the financialDocumentRevolvingFundDate attribute.
 String getFinancialDocumentRevolvingFundDescription()
          Gets the financialDocumentRevolvingFundDescription attribute.
 String getFinancialDocumentRevolvingFundReferenceNumber()
          Gets the financialDocumentRevolvingFundReferenceNumber attribute.
 String getFinancialDocumentTypeCode()
          Gets the financialDocumentTypeCode attribute.
 void setBank(Bank bank)
          Sets the bank attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialDocumentBankCode(String financialDocumentBankCode)
          Sets the financialDocumentBankCode attribute.
 void setFinancialDocumentColumnTypeCode(String financialDocumentColumnTypeCode)
          Sets the financialDocumentColumnTypeCode attribute.
 void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
          Sets the financialDocumentLineNumber attribute.
 void setFinancialDocumentRevolvingFundAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentRevolvingFundAmount)
          Sets the financialDocumentRevolvingFundAmount attribute.
 void setFinancialDocumentRevolvingFundDate(Date financialDocumentRevolvingFundDate)
          Sets the financialDocumentRevolvingFundDate attribute.
 void setFinancialDocumentRevolvingFundDescription(String financialDocumentRevolvingFundDescription)
          Sets the financialDocumentRevolvingFundDescription attribute.
 void setFinancialDocumentRevolvingFundReferenceNumber(String financialDocumentRevolvingFundReferenceNumber)
          Sets the financialDocumentRevolvingFundReferenceNumber attribute.
 void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
          Sets the financialDocumentTypeCode 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

RevolvingFundDetail

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

getFinancialDocumentTypeCode

public String getFinancialDocumentTypeCode()
Gets the financialDocumentTypeCode attribute.

Returns:
Returns the financialDocumentTypeCode

setFinancialDocumentTypeCode

public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
Sets the financialDocumentTypeCode attribute.

Parameters:
financialDocumentTypeCode - The financialDocumentTypeCode to set.

getFinancialDocumentColumnTypeCode

public String getFinancialDocumentColumnTypeCode()
Gets the financialDocumentColumnTypeCode attribute.

Returns:
Returns the financialDocumentColumnTypeCode

setFinancialDocumentColumnTypeCode

public void setFinancialDocumentColumnTypeCode(String financialDocumentColumnTypeCode)
Sets the financialDocumentColumnTypeCode attribute.

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

getFinancialDocumentRevolvingFundDate

public Date getFinancialDocumentRevolvingFundDate()
Gets the financialDocumentRevolvingFundDate attribute.

Returns:
Returns the financialDocumentRevolvingFundDate

setFinancialDocumentRevolvingFundDate

public void setFinancialDocumentRevolvingFundDate(Date financialDocumentRevolvingFundDate)
Sets the financialDocumentRevolvingFundDate attribute.

Parameters:
financialDocumentRevolvingFundDate - The financialDocumentRevolvingFundDate to set.

getFinancialDocumentRevolvingFundReferenceNumber

public String getFinancialDocumentRevolvingFundReferenceNumber()
Gets the financialDocumentRevolvingFundReferenceNumber attribute.

Returns:
Returns the financialDocumentRevolvingFundReferenceNumber

setFinancialDocumentRevolvingFundReferenceNumber

public void setFinancialDocumentRevolvingFundReferenceNumber(String financialDocumentRevolvingFundReferenceNumber)
Sets the financialDocumentRevolvingFundReferenceNumber attribute.

Parameters:
financialDocumentRevolvingFundReferenceNumber - The financialDocumentRevolvingFundReferenceNumber to set.

getFinancialDocumentRevolvingFundDescription

public String getFinancialDocumentRevolvingFundDescription()
Gets the financialDocumentRevolvingFundDescription attribute.

Returns:
Returns the financialDocumentRevolvingFundDescription

setFinancialDocumentRevolvingFundDescription

public void setFinancialDocumentRevolvingFundDescription(String financialDocumentRevolvingFundDescription)
Sets the financialDocumentRevolvingFundDescription attribute.

Parameters:
financialDocumentRevolvingFundDescription - The financialDocumentRevolvingFundDescription to set.

getFinancialDocumentRevolvingFundAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentRevolvingFundAmount()
Gets the financialDocumentRevolvingFundAmount attribute.

Returns:
Returns the financialDocumentRevolvingFundAmount

setFinancialDocumentRevolvingFundAmount

public void setFinancialDocumentRevolvingFundAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentRevolvingFundAmount)
Sets the financialDocumentRevolvingFundAmount attribute.

Parameters:
financialDocumentRevolvingFundAmount - The financialDocumentRevolvingFundAmount to set.

getFinancialDocumentBankCode

public String getFinancialDocumentBankCode()
Gets the financialDocumentBankCode attribute.

Returns:
Returns the financialDocumentBankCode

setFinancialDocumentBankCode

public void setFinancialDocumentBankCode(String financialDocumentBankCode)
Sets the financialDocumentBankCode attribute.

Parameters:
financialDocumentBankCode - The financialDocumentBankCode to set.

getBank

public Bank getBank()
Gets the bank attribute.

Returns:
Returns the bank.

setBank

public void setBank(Bank bank)
Sets the bank attribute value.

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