edu.sampleu.travel.approval.dataobject
Interface Expense

All Superinterfaces:
BusinessObject, GloballyUnique, ModelObjectBasic, PersistableBusinessObject, Serializable, Versioned

public interface Expense
extends PersistableBusinessObject

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getAirfareSourceCode()
           
 String getClassOfServiceCode()
           
 KualiDecimal getConvertedAmount()
           
 Integer getDocumentLineNumber()
           
 String getDocumentNumber()
           
 KualiDecimal getExpenseAmount()
           
 Date getExpenseDate()
           
 Long getExpenseParentId()
           
 Long getId()
           
 KualiDecimal getMileageOtherRate()
           
 Integer getMileageRateId()
           
 Integer getMiles()
           
 Boolean getNonReimbursable()
          Gets the value of nonReimbursable
 Boolean getRentalCarInsurance()
           
 String getSequenceName()
          Sets the value of travelExpenseTypeCode
 String getTravelExpenseTypeCodeCode()
          Gets the value of travelExpenseTypeCodeCode
 void setAirfareSourceCode(String airfareSourceCode)
           
 void setClassOfServiceCode(String classOfServiceCode)
           
 void setConvertedAmount(KualiDecimal convertedAmount)
           
 void setDocumentLineNumber(Integer documentLineNumber)
           
 void setDocumentNumber(String documentNumber)
           
 void setExpenseAmount(KualiDecimal expenseAmount)
           
 void setExpenseDate(Date expenseDate)
           
 void setExpenseParentId(Long expenseParentId)
           
 void setId(Long id)
           
 void setMileageOtherRate(KualiDecimal mileageOtherRate)
           
 void setMileageRateId(Integer mileageRateId)
           
 void setMiles(Integer miles)
           
 void setNonReimbursable(Boolean argNonReimbursable)
          Sets the value of nonReimbursable
 void setRentalCarInsurance(Boolean rentalCarInsurance)
           
 void setTaxable(Boolean taxable)
           
 
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getDocumentNumber

String getDocumentNumber()

setDocumentNumber

void setDocumentNumber(String documentNumber)

getDocumentLineNumber

Integer getDocumentLineNumber()

setDocumentLineNumber

void setDocumentLineNumber(Integer documentLineNumber)

getExpenseParentId

Long getExpenseParentId()

setExpenseParentId

void setExpenseParentId(Long expenseParentId)

getExpenseDate

Date getExpenseDate()

setExpenseDate

void setExpenseDate(Date expenseDate)

getNonReimbursable

Boolean getNonReimbursable()
Gets the value of nonReimbursable

Returns:
the value of nonReimbursable

setNonReimbursable

void setNonReimbursable(Boolean argNonReimbursable)
Sets the value of nonReimbursable

Parameters:
argNonReimbursable - Value to assign to this.nonReimbursable

getExpenseAmount

KualiDecimal getExpenseAmount()

setExpenseAmount

void setExpenseAmount(KualiDecimal expenseAmount)

getConvertedAmount

KualiDecimal getConvertedAmount()

setConvertedAmount

void setConvertedAmount(KualiDecimal convertedAmount)

getTravelExpenseTypeCodeCode

String getTravelExpenseTypeCodeCode()
Gets the value of travelExpenseTypeCodeCode

Returns:
the value of travelExpenseTypeCodeCode

getSequenceName

String getSequenceName()
Sets the value of travelExpenseTypeCode

Parameters:
argTravelExpenseTypeCode - Value to assign to this.travelExpenseTypeCode

setAirfareSourceCode

void setAirfareSourceCode(String airfareSourceCode)

getAirfareSourceCode

String getAirfareSourceCode()

setClassOfServiceCode

void setClassOfServiceCode(String classOfServiceCode)

getClassOfServiceCode

String getClassOfServiceCode()

setMileageRateId

void setMileageRateId(Integer mileageRateId)

getMileageRateId

Integer getMileageRateId()

setMiles

void setMiles(Integer miles)

getMiles

Integer getMiles()

setMileageOtherRate

void setMileageOtherRate(KualiDecimal mileageOtherRate)

getMileageOtherRate

KualiDecimal getMileageOtherRate()

setRentalCarInsurance

void setRentalCarInsurance(Boolean rentalCarInsurance)

getRentalCarInsurance

Boolean getRentalCarInsurance()

setTaxable

void setTaxable(Boolean taxable)


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