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)
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.