org.kuali.kfs.fp.businessobject
Class DisbursementVoucherNonEmployeeExpense

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

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

This class is used to represent a disbursement voucher non-employee expense, often associated with a trip or a service rendered.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DisbursementVoucherNonEmployeeExpense()
          Default no-arg constructor.
 
Method Summary
 DisbursementVoucherNonEmployeeTravel getDisbursementVoucherNonEmployeeTravel()
          Gets the disbursementVoucherNonEmployeeTravel attribute.
 TravelExpenseTypeCode getDisbVchrExpense()
          Gets the disbVchrExpense attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrExpenseAmount()
          Gets the disbVchrExpenseAmount attribute.
 String getDisbVchrExpenseCode()
          Gets the disbVchrExpenseCode attribute.
 TravelCompanyCode getDisbVchrExpenseCompany()
          Gets the disbVchrExpenseCompany attribute.
 String getDisbVchrExpenseCompanyName()
          Gets the disbVchrExpenseCompanyName attribute.
 String getDisbVchrPrePaidExpenseCode()
          Dummy field so we can have different select options.
 String getDisbVchrPrePaidExpenseCompanyName()
          Gets the disbVchrExpenseCompanyName attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 Integer getFinancialDocumentLineNumber()
          Gets the financialDocumentLineNumber attribute.
 void setDisbursementVoucherNonEmployeeTravel(DisbursementVoucherNonEmployeeTravel disbursementVoucherNonEmployeeTravel)
          Deprecated.  
 void setDisbVchrExpense(TravelExpenseTypeCode disbVchrExpense)
          Deprecated.  
 void setDisbVchrExpenseAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrExpenseAmount)
          Sets the disbVchrExpenseAmount attribute.
 void setDisbVchrExpenseCode(String disbVchrExpenseCode)
          Sets the disbVchrExpenseCode attribute.
 void setDisbVchrExpenseCompany(TravelCompanyCode disbVchrExpenseCompany)
          Deprecated.  
 void setDisbVchrExpenseCompanyName(String disbVchrExpenseCompanyName)
          Sets the disbVchrExpenseCompanyName attribute.
 void setDisbVchrPrePaidExpenseCode(String disbVchrExpenseCode)
          Dummy field so we can have different select options.
 void setDisbVchrPrePaidExpenseCompanyName(String disbVchrExpenseCompanyName)
          Sets the disbVchrExpenseCompanyName attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
          Sets the financialDocumentLineNumber 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

DisbursementVoucherNonEmployeeExpense

public DisbursementVoucherNonEmployeeExpense()
Default no-arg 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.

getDisbVchrExpenseCode

public String getDisbVchrExpenseCode()
Gets the disbVchrExpenseCode attribute.

Returns:
Returns the disbVchrExpenseCode

getDisbVchrPrePaidExpenseCode

public String getDisbVchrPrePaidExpenseCode()
Dummy field so we can have different select options.

Returns:
String

setDisbVchrExpenseCode

public void setDisbVchrExpenseCode(String disbVchrExpenseCode)
Sets the disbVchrExpenseCode attribute.

Parameters:
disbVchrExpenseCode - The disbVchrExpenseCode to set.

setDisbVchrPrePaidExpenseCode

public void setDisbVchrPrePaidExpenseCode(String disbVchrExpenseCode)
Dummy field so we can have different select options.

Parameters:
disbVchrExpenseCode -

getDisbVchrExpenseCompanyName

public String getDisbVchrExpenseCompanyName()
Gets the disbVchrExpenseCompanyName attribute.

Returns:
Returns the disbVchrExpenseCompanyName

setDisbVchrExpenseCompanyName

public void setDisbVchrExpenseCompanyName(String disbVchrExpenseCompanyName)
Sets the disbVchrExpenseCompanyName attribute.

Parameters:
disbVchrExpenseCompanyName - The disbVchrExpenseCompanyName to set.

getDisbVchrPrePaidExpenseCompanyName

public String getDisbVchrPrePaidExpenseCompanyName()
Gets the disbVchrExpenseCompanyName attribute.

Returns:
Returns the disbVchrExpenseCompanyName

setDisbVchrPrePaidExpenseCompanyName

public void setDisbVchrPrePaidExpenseCompanyName(String disbVchrExpenseCompanyName)
Sets the disbVchrExpenseCompanyName attribute.

Parameters:
disbVchrExpenseCompanyName - The disbVchrExpenseCompanyName to set.

getDisbVchrExpenseAmount

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrExpenseAmount()
Gets the disbVchrExpenseAmount attribute.

Returns:
Returns the disbVchrExpenseAmount

setDisbVchrExpenseAmount

public void setDisbVchrExpenseAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrExpenseAmount)
Sets the disbVchrExpenseAmount attribute.

Parameters:
disbVchrExpenseAmount - The disbVchrExpenseAmount to set.

getDisbVchrExpense

public TravelExpenseTypeCode getDisbVchrExpense()
Gets the disbVchrExpense attribute.

Returns:
Returns the disbVchrExpense

setDisbVchrExpense

public void setDisbVchrExpense(TravelExpenseTypeCode disbVchrExpense)
Deprecated. 

Sets the disbVchrExpense attribute.

Parameters:
disbVchrExpense - The disbVchrExpense to set.

getDisbVchrExpenseCompany

public TravelCompanyCode getDisbVchrExpenseCompany()
Gets the disbVchrExpenseCompany attribute.

Returns:
Returns the disbVchrExpenseCompany.

setDisbVchrExpenseCompany

public void setDisbVchrExpenseCompany(TravelCompanyCode disbVchrExpenseCompany)
Deprecated. 

Sets the disbVchrExpenseCompany attribute value.

Parameters:
disbVchrExpenseCompany - The disbVchrExpenseCompany to set.

getDisbursementVoucherNonEmployeeTravel

public DisbursementVoucherNonEmployeeTravel getDisbursementVoucherNonEmployeeTravel()
Gets the disbursementVoucherNonEmployeeTravel attribute.

Returns:
Returns the disbursementVoucherNonEmployeeTravel.

setDisbursementVoucherNonEmployeeTravel

public void setDisbursementVoucherNonEmployeeTravel(DisbursementVoucherNonEmployeeTravel disbursementVoucherNonEmployeeTravel)
Deprecated. 

Sets the disbursementVoucherNonEmployeeTravel attribute value.

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