org.kuali.kfs.fp.businessobject
Class DisbursementVoucherNonEmployeeTravel

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

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

This class is used to represent a non-employee trip for a disbursement voucher .

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DisbursementVoucherNonEmployeeTravel()
          Default no-arg constructor.
 
Method Summary
 void addDvNonEmployeeExpenseLine(DisbursementVoucherNonEmployeeExpense line)
          Adds a dv non employee expense line
 void addDvPrePaidEmployeeExpenseLine(DisbursementVoucherNonEmployeeExpense line)
          Adds a dv pre paid expense line
 String getDisbVchrAutoFromCityName()
          Gets the disbVchrAutoFromCityName attribute.
 String getDisbVchrAutoFromStateCode()
          Gets the disbVchrAutoFromStateCode attribute.
 boolean getDisbVchrAutoRoundTripCode()
          Gets the disbVchrAutoRoundTripCode attribute.
 String getDisbVchrAutoToCityName()
          Gets the disbVchrAutoToCityName attribute.
 String getDisbVchrAutoToStateCode()
          Gets the disbVchrAutoToStateCode attribute.
 boolean getDisbVchrExceptionCode()
          Gets the disbVchrExceptionCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrMileageCalculatedAmt()
          Gets the disbVchrMileageCalculatedAmt attribute.
 String getDisbVchrNonEmpTravelerName()
          Gets the disbVchrNonEmpTravelerName attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemActualAmount()
          Gets the disbVchrPerdiemActualAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemCalculatedAmt()
          Gets the disbVchrPerdiemCalculatedAmt attribute.
 String getDisbVchrPerdiemCategoryName()
          Gets the disbVchrPerdiemCategoryName attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemRate()
          Gets the disbVchrPerdiemRate attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrPersonalCarAmount()
          Gets the disbVchrPersonalCarAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrPersonalCarRate()
          Gets the disbVchrPersonalCarRate attribute.
 String getDisbVchrServicePerformedDesc()
          Gets the disbVchrServicePerformedDesc attribute.
 String getDisbVchrTravelFromCityName()
          Gets the disbVchrTravelFromCityName attribute.
 String getDisbVchrTravelFromStateCode()
          Gets the disbVchrTravelFromStateCode attribute.
 String getDisbVchrTravelToCityName()
          Gets the disbVchrTravelToCityName attribute.
 String getDisbVchrTravelToCountryCode()
          Gets the disbVchrTravelToCountryCode attribute.
 String getDisbVchrTravelToStateCode()
          Gets the disbVchrTravelToStateCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 List getDvNonEmployeeExpenses()
          Gets the dvNonEmployeeExpenses attribute.
 String getDvPerdiemChangeReasonText()
          Gets the dvPerdiemChangeReasonText attribute.
 Timestamp getDvPerdiemEndDttmStamp()
          Gets the dvPerdiemEndDttmStamp attribute.
 Timestamp getDvPerdiemStartDttmStamp()
          Gets the dvPerdiemStartDttmStamp attribute.
 Integer getDvPersonalCarMileageAmount()
          Gets the dvPersonalCarMileageAmount attribute.
 List getDvPrePaidEmployeeExpenses()
           
 String getDvServicePerformedLocName()
          Gets the dvServicePerformedLocName attribute.
 String getDvServiceRegularEmprName()
          Gets the dvServiceRegularEmprName attribute.
 String getDvTravelFromCountryCode()
          Gets the dvTravelFromCountryCode attribute.
 Integer getFinancialDocumentNextLineNbr()
          Gets the financialDocumentNextLineNbr attribute.
 String getPerDiemEndDateTime()
          Returns the per diem end date time as a string representation.
 String getPerDiemStartDateTime()
          Returns the per diem start date time as a string representation.
 org.kuali.rice.kns.util.KualiDecimal getTotalExpenseAmount()
          Calculates the total expense amount
 org.kuali.rice.kns.util.KualiDecimal getTotalPrePaidAmount()
          Calculates the total pre paid expense amount
 org.kuali.rice.kns.util.KualiDecimal getTotalTravelAmount()
          Calculates the total travel amount.
 void setDisbVchrAutoFromCityName(String disbVchrAutoFromCityName)
          Sets the disbVchrAutoFromCityName attribute.
 void setDisbVchrAutoFromStateCode(String disbVchrAutoFromStateCode)
          Sets the disbVchrAutoFromStateCode attribute.
 void setDisbVchrAutoRoundTripCode(boolean disbVchrAutoRoundTripCode)
          Sets the disbVchrAutoRoundTripCode attribute.
 void setDisbVchrAutoToCityName(String disbVchrAutoToCityName)
          Sets the disbVchrAutoToCityName attribute.
 void setDisbVchrAutoToStateCode(String disbVchrAutoToStateCode)
          Sets the disbVchrAutoToStateCode attribute.
 void setDisbVchrExceptionCode(boolean disbVchrExceptionCode)
          Sets the disbVchrExceptionCode attribute.
 void setDisbVchrMileageCalculatedAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrMileageCalculatedAmt)
          Sets the disbVchrMileageCalculatedAmt attribute.
 void setDisbVchrNonEmpTravelerName(String disbVchrNonEmpTravelerName)
          Sets the disbVchrNonEmpTravelerName attribute.
 void setDisbVchrPerdiemActualAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemActualAmount)
          Sets the disbVchrPerdiemActualAmount attribute.
 void setDisbVchrPerdiemCalculatedAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemCalculatedAmt)
          Sets the disbVchrPerdiemCalculatedAmt attribute.
 void setDisbVchrPerdiemCategoryName(String disbVchrPerdiemCategoryName)
          Sets the disbVchrPerdiemCategoryName attribute.
 void setDisbVchrPerdiemRate(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemRate)
          Sets the disbVchrPerdiemRate attribute.
 void setDisbVchrPersonalCarAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrPersonalCarAmount)
          Sets the disbVchrPersonalCarAmount attribute.
 void setDisbVchrPersonalCarRate(org.kuali.rice.kns.util.KualiDecimal disbVchrPersonalCarRate)
          Sets the disbVchrPersonalCarRate attribute.
 void setDisbVchrServicePerformedDesc(String disbVchrServicePerformedDesc)
          Sets the disbVchrServicePerformedDesc attribute.
 void setDisbVchrTravelFromCityName(String disbVchrTravelFromCityName)
          Sets the disbVchrTravelFromCityName attribute.
 void setDisbVchrTravelFromStateCode(String disbVchrTravelFromStateCode)
          Sets the disbVchrTravelFromStateCode attribute.
 void setDisbVchrTravelToCityName(String disbVchrTravelToCityName)
          Sets the disbVchrTravelToCityName attribute.
 void setDisbVchrTravelToCountryCode(String disbVchrTravelToCountryCode)
          Sets the disbVchrTravelToCountryCode attribute.
 void setDisbVchrTravelToStateCode(String disbVchrTravelToStateCode)
          Sets the disbVchrTravelToStateCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setDvNonEmployeeExpenses(List dvNonEmployeeExpenses)
          Sets the dvNonEmployeeExpenses attribute value.
 void setDvPerdiemChangeReasonText(String dvPerdiemChangeReasonText)
          Sets the dvPerdiemChangeReasonText attribute.
 void setDvPerdiemEndDttmStamp(Timestamp dvPerdiemEndDttmStamp)
          Sets the dvPerdiemEndDttmStamp attribute.
 void setDvPerdiemStartDttmStamp(Timestamp dvPerdiemStartDttmStamp)
          Sets the dvPerdiemStartDttmStamp attribute.
 void setDvPersonalCarMileageAmount(Integer dvPersonalCarMileageAmount)
          Sets the dvPersonalCarMileageAmount attribute.
 void setDvPrePaidEmployeeExpenses(List dvPrePaidEmployeeExpenses)
           
 void setDvServicePerformedLocName(String dvServicePerformedLocName)
          Sets the dvServicePerformedLocName attribute.
 void setDvServiceRegularEmprName(String dvServiceRegularEmprName)
          Sets the dvServiceRegularEmprName attribute.
 void setDvTravelFromCountryCode(String dvTravelFromCountryCode)
          Sets the dvTravelFromCountryCode attribute.
 void setFinancialDocumentNextLineNbr(Integer financialDocumentNextLineNbr)
          Sets the financialDocumentNextLineNbr attribute.
 void setPerDiemEndDateTime(String perDiemEndDateTime)
          Sets the per diem start timestamp from the string representation.
 void setPerDiemStartDateTime(String perDiemStartDateTime)
          Sets the per diem start timestamp from the string representation.
 void setTotalTravelAmount(org.kuali.rice.kns.util.KualiDecimal totalTravelAmount)
           
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

DisbursementVoucherNonEmployeeTravel

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

getDisbVchrTravelFromCityName

public String getDisbVchrTravelFromCityName()
Gets the disbVchrTravelFromCityName attribute.

Returns:
Returns the disbVchrTravelFromCityName

setDisbVchrTravelFromCityName

public void setDisbVchrTravelFromCityName(String disbVchrTravelFromCityName)
Sets the disbVchrTravelFromCityName attribute.

Parameters:
disbVchrTravelFromCityName - The disbVchrTravelFromCityName to set.

getDisbVchrTravelFromStateCode

public String getDisbVchrTravelFromStateCode()
Gets the disbVchrTravelFromStateCode attribute.

Returns:
Returns the disbVchrTravelFromStateCode

setDisbVchrTravelFromStateCode

public void setDisbVchrTravelFromStateCode(String disbVchrTravelFromStateCode)
Sets the disbVchrTravelFromStateCode attribute.

Parameters:
disbVchrTravelFromStateCode - The disbVchrTravelFromStateCode to set.

getDvTravelFromCountryCode

public String getDvTravelFromCountryCode()
Gets the dvTravelFromCountryCode attribute.

Returns:
Returns the dvTravelFromCountryCode

setDvTravelFromCountryCode

public void setDvTravelFromCountryCode(String dvTravelFromCountryCode)
Sets the dvTravelFromCountryCode attribute.

Parameters:
dvTravelFromCountryCode - The dvTravelFromCountryCode to set.

getDisbVchrTravelToCityName

public String getDisbVchrTravelToCityName()
Gets the disbVchrTravelToCityName attribute.

Returns:
Returns the disbVchrTravelToCityName

setDisbVchrTravelToCityName

public void setDisbVchrTravelToCityName(String disbVchrTravelToCityName)
Sets the disbVchrTravelToCityName attribute.

Parameters:
disbVchrTravelToCityName - The disbVchrTravelToCityName to set.

getDisbVchrTravelToStateCode

public String getDisbVchrTravelToStateCode()
Gets the disbVchrTravelToStateCode attribute.

Returns:
Returns the disbVchrTravelToStateCode

setDisbVchrTravelToStateCode

public void setDisbVchrTravelToStateCode(String disbVchrTravelToStateCode)
Sets the disbVchrTravelToStateCode attribute.

Parameters:
disbVchrTravelToStateCode - The disbVchrTravelToStateCode to set.

getDisbVchrTravelToCountryCode

public String getDisbVchrTravelToCountryCode()
Gets the disbVchrTravelToCountryCode attribute.

Returns:
Returns the disbVchrTravelToCountryCode

setDisbVchrTravelToCountryCode

public void setDisbVchrTravelToCountryCode(String disbVchrTravelToCountryCode)
Sets the disbVchrTravelToCountryCode attribute.

Parameters:
disbVchrTravelToCountryCode - The disbVchrTravelToCountryCode to set.

getDvPerdiemStartDttmStamp

public Timestamp getDvPerdiemStartDttmStamp()
Gets the dvPerdiemStartDttmStamp attribute.

Returns:
Returns the dvPerdiemStartDttmStamp

setDvPerdiemStartDttmStamp

public void setDvPerdiemStartDttmStamp(Timestamp dvPerdiemStartDttmStamp)
Sets the dvPerdiemStartDttmStamp attribute.

Parameters:
dvPerdiemStartDttmStamp - The dvPerdiemStartDttmStamp to set.

getDvPerdiemEndDttmStamp

public Timestamp getDvPerdiemEndDttmStamp()
Gets the dvPerdiemEndDttmStamp attribute.

Returns:
Returns the dvPerdiemEndDttmStamp

setDvPerdiemEndDttmStamp

public void setDvPerdiemEndDttmStamp(Timestamp dvPerdiemEndDttmStamp)
Sets the dvPerdiemEndDttmStamp attribute.

Parameters:
dvPerdiemEndDttmStamp - The dvPerdiemEndDttmStamp to set.

getDisbVchrPerdiemCalculatedAmt

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemCalculatedAmt()
Gets the disbVchrPerdiemCalculatedAmt attribute.

Returns:
Returns the disbVchrPerdiemCalculatedAmt

setDisbVchrPerdiemCalculatedAmt

public void setDisbVchrPerdiemCalculatedAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemCalculatedAmt)
Sets the disbVchrPerdiemCalculatedAmt attribute.

Parameters:
disbVchrPerdiemCalculatedAmt - The disbVchrPerdiemCalculatedAmt to set.

getDisbVchrPerdiemActualAmount

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemActualAmount()
Gets the disbVchrPerdiemActualAmount attribute.

Returns:
Returns the disbVchrPerdiemActualAmount

setDisbVchrPerdiemActualAmount

public void setDisbVchrPerdiemActualAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemActualAmount)
Sets the disbVchrPerdiemActualAmount attribute.

Parameters:
disbVchrPerdiemActualAmount - The disbVchrPerdiemActualAmount to set.

getDvPerdiemChangeReasonText

public String getDvPerdiemChangeReasonText()
Gets the dvPerdiemChangeReasonText attribute.

Returns:
Returns the dvPerdiemChangeReasonText

setDvPerdiemChangeReasonText

public void setDvPerdiemChangeReasonText(String dvPerdiemChangeReasonText)
Sets the dvPerdiemChangeReasonText attribute.

Parameters:
dvPerdiemChangeReasonText - The dvPerdiemChangeReasonText to set.

getDisbVchrServicePerformedDesc

public String getDisbVchrServicePerformedDesc()
Gets the disbVchrServicePerformedDesc attribute.

Returns:
Returns the disbVchrServicePerformedDesc

setDisbVchrServicePerformedDesc

public void setDisbVchrServicePerformedDesc(String disbVchrServicePerformedDesc)
Sets the disbVchrServicePerformedDesc attribute.

Parameters:
disbVchrServicePerformedDesc - The disbVchrServicePerformedDesc to set.

getDvServicePerformedLocName

public String getDvServicePerformedLocName()
Gets the dvServicePerformedLocName attribute.

Returns:
Returns the dvServicePerformedLocName

setDvServicePerformedLocName

public void setDvServicePerformedLocName(String dvServicePerformedLocName)
Sets the dvServicePerformedLocName attribute.

Parameters:
dvServicePerformedLocName - The dvServicePerformedLocName to set.

getDvServiceRegularEmprName

public String getDvServiceRegularEmprName()
Gets the dvServiceRegularEmprName attribute.

Returns:
Returns the dvServiceRegularEmprName

setDvServiceRegularEmprName

public void setDvServiceRegularEmprName(String dvServiceRegularEmprName)
Sets the dvServiceRegularEmprName attribute.

Parameters:
dvServiceRegularEmprName - The dvServiceRegularEmprName to set.

getDisbVchrAutoFromCityName

public String getDisbVchrAutoFromCityName()
Gets the disbVchrAutoFromCityName attribute.

Returns:
Returns the disbVchrAutoFromCityName

setDisbVchrAutoFromCityName

public void setDisbVchrAutoFromCityName(String disbVchrAutoFromCityName)
Sets the disbVchrAutoFromCityName attribute.

Parameters:
disbVchrAutoFromCityName - The disbVchrAutoFromCityName to set.

getDisbVchrAutoFromStateCode

public String getDisbVchrAutoFromStateCode()
Gets the disbVchrAutoFromStateCode attribute.

Returns:
Returns the disbVchrAutoFromStateCode

setDisbVchrAutoFromStateCode

public void setDisbVchrAutoFromStateCode(String disbVchrAutoFromStateCode)
Sets the disbVchrAutoFromStateCode attribute.

Parameters:
disbVchrAutoFromStateCode - The disbVchrAutoFromStateCode to set.

getDisbVchrAutoToCityName

public String getDisbVchrAutoToCityName()
Gets the disbVchrAutoToCityName attribute.

Returns:
Returns the disbVchrAutoToCityName

setDisbVchrAutoToCityName

public void setDisbVchrAutoToCityName(String disbVchrAutoToCityName)
Sets the disbVchrAutoToCityName attribute.

Parameters:
disbVchrAutoToCityName - The disbVchrAutoToCityName to set.

getDisbVchrAutoToStateCode

public String getDisbVchrAutoToStateCode()
Gets the disbVchrAutoToStateCode attribute.

Returns:
Returns the disbVchrAutoToStateCode

setDisbVchrAutoToStateCode

public void setDisbVchrAutoToStateCode(String disbVchrAutoToStateCode)
Sets the disbVchrAutoToStateCode attribute.

Parameters:
disbVchrAutoToStateCode - The disbVchrAutoToStateCode to set.

getDisbVchrAutoRoundTripCode

public boolean getDisbVchrAutoRoundTripCode()
Gets the disbVchrAutoRoundTripCode attribute.

Returns:
Returns the disbVchrAutoRoundTripCode

setDisbVchrAutoRoundTripCode

public void setDisbVchrAutoRoundTripCode(boolean disbVchrAutoRoundTripCode)
Sets the disbVchrAutoRoundTripCode attribute.

Parameters:
disbVchrAutoRoundTripCode - The disbVchrAutoRoundTripCode to set.

getDvPersonalCarMileageAmount

public Integer getDvPersonalCarMileageAmount()
Gets the dvPersonalCarMileageAmount attribute.

Returns:
Returns the dvPersonalCarMileageAmount

setDvPersonalCarMileageAmount

public void setDvPersonalCarMileageAmount(Integer dvPersonalCarMileageAmount)
Sets the dvPersonalCarMileageAmount attribute.

Parameters:
dvPersonalCarMileageAmount - The dvPersonalCarMileageAmount to set.

getDisbVchrPersonalCarRate

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrPersonalCarRate()
Gets the disbVchrPersonalCarRate attribute.

Returns:
Returns the disbVchrPersonalCarRate

setDisbVchrPersonalCarRate

public void setDisbVchrPersonalCarRate(org.kuali.rice.kns.util.KualiDecimal disbVchrPersonalCarRate)
Sets the disbVchrPersonalCarRate attribute.

Parameters:
disbVchrPersonalCarRate - The disbVchrPersonalCarRate to set.

getDisbVchrPersonalCarAmount

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrPersonalCarAmount()
Gets the disbVchrPersonalCarAmount attribute.

Returns:
Returns the disbVchrPersonalCarAmount

setDisbVchrPersonalCarAmount

public void setDisbVchrPersonalCarAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrPersonalCarAmount)
Sets the disbVchrPersonalCarAmount attribute.

Parameters:
disbVchrPersonalCarAmount - The disbVchrPersonalCarAmount to set.

getDisbVchrExceptionCode

public boolean getDisbVchrExceptionCode()
Gets the disbVchrExceptionCode attribute.

Returns:
Returns the disbVchrExceptionCode

setDisbVchrExceptionCode

public void setDisbVchrExceptionCode(boolean disbVchrExceptionCode)
Sets the disbVchrExceptionCode attribute.

Parameters:
disbVchrExceptionCode - The disbVchrExceptionCode to set.

getFinancialDocumentNextLineNbr

public Integer getFinancialDocumentNextLineNbr()
Gets the financialDocumentNextLineNbr attribute.

Returns:
Returns the financialDocumentNextLineNbr

setFinancialDocumentNextLineNbr

public void setFinancialDocumentNextLineNbr(Integer financialDocumentNextLineNbr)
Sets the financialDocumentNextLineNbr attribute.

Parameters:
financialDocumentNextLineNbr - The financialDocumentNextLineNbr to set.

getDisbVchrNonEmpTravelerName

public String getDisbVchrNonEmpTravelerName()
Gets the disbVchrNonEmpTravelerName attribute.

Returns:
Returns the disbVchrNonEmpTravelerName

setDisbVchrNonEmpTravelerName

public void setDisbVchrNonEmpTravelerName(String disbVchrNonEmpTravelerName)
Sets the disbVchrNonEmpTravelerName attribute.

Parameters:
disbVchrNonEmpTravelerName - The disbVchrNonEmpTravelerName to set.

getDisbVchrPerdiemRate

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrPerdiemRate()
Gets the disbVchrPerdiemRate attribute.

Returns:
Returns the disbVchrPerdiemRate

setDisbVchrPerdiemRate

public void setDisbVchrPerdiemRate(org.kuali.rice.kns.util.KualiDecimal disbVchrPerdiemRate)
Sets the disbVchrPerdiemRate attribute.

Parameters:
disbVchrPerdiemRate - The disbVchrPerdiemRate to set.

getDisbVchrPerdiemCategoryName

public String getDisbVchrPerdiemCategoryName()
Gets the disbVchrPerdiemCategoryName attribute.

Returns:
Returns the disbVchrPerdiemCategoryName

setDisbVchrPerdiemCategoryName

public void setDisbVchrPerdiemCategoryName(String disbVchrPerdiemCategoryName)
Sets the disbVchrPerdiemCategoryName attribute.

Parameters:
disbVchrPerdiemCategoryName - The disbVchrPerdiemCategoryName to set.

getDisbVchrMileageCalculatedAmt

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrMileageCalculatedAmt()
Gets the disbVchrMileageCalculatedAmt attribute.

Returns:
Returns the disbVchrMileageCalculatedAmt

setDisbVchrMileageCalculatedAmt

public void setDisbVchrMileageCalculatedAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrMileageCalculatedAmt)
Sets the disbVchrMileageCalculatedAmt attribute.

Parameters:
disbVchrMileageCalculatedAmt - The disbVchrMileageCalculatedAmt to set.

getDvNonEmployeeExpenses

public List getDvNonEmployeeExpenses()
Gets the dvNonEmployeeExpenses attribute.

Returns:
Returns the dvNonEmployeeExpenses.

setDvNonEmployeeExpenses

public void setDvNonEmployeeExpenses(List dvNonEmployeeExpenses)
Sets the dvNonEmployeeExpenses attribute value.

Parameters:
dvNonEmployeeExpenses - The dvNonEmployeeExpenses to set.

getDvPrePaidEmployeeExpenses

public List getDvPrePaidEmployeeExpenses()
Returns:
Returns the dvPrePaidEmployeeExpenses.

setDvPrePaidEmployeeExpenses

public void setDvPrePaidEmployeeExpenses(List dvPrePaidEmployeeExpenses)
Parameters:
dvPrePaidEmployeeExpenses - The dvPrePaidEmployeeExpenses to set.

addDvNonEmployeeExpenseLine

public void addDvNonEmployeeExpenseLine(DisbursementVoucherNonEmployeeExpense line)
Adds a dv non employee expense line

Parameters:
line -

addDvPrePaidEmployeeExpenseLine

public void addDvPrePaidEmployeeExpenseLine(DisbursementVoucherNonEmployeeExpense line)
Adds a dv pre paid expense line

Parameters:
line -

getPerDiemStartDateTime

public String getPerDiemStartDateTime()
Returns the per diem start date time as a string representation.

Returns:

setPerDiemStartDateTime

public void setPerDiemStartDateTime(String perDiemStartDateTime)
Sets the per diem start timestamp from the string representation.

Parameters:
perDiemStartDateTime -

getPerDiemEndDateTime

public String getPerDiemEndDateTime()
Returns the per diem end date time as a string representation.

Returns:
String

setPerDiemEndDateTime

public void setPerDiemEndDateTime(String perDiemEndDateTime)
Sets the per diem start timestamp from the string representation.

Parameters:
perDiemEndDateTime -

getTotalPrePaidAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalPrePaidAmount()
Calculates the total pre paid expense amount

Returns:
KualiDecimal

getTotalExpenseAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalExpenseAmount()
Calculates the total expense amount

Returns:
KualiDecimal

getTotalTravelAmount

public org.kuali.rice.kns.util.KualiDecimal getTotalTravelAmount()
Calculates the total travel amount.

Returns:
KualiDecimal

setTotalTravelAmount

public void setTotalTravelAmount(org.kuali.rice.kns.util.KualiDecimal totalTravelAmount)
Parameters:
totalTravelAmount - The totalTravelAmount 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.