StudentLoanManagement
com.student_loan.dtos.LoanAndItemDto Member List

This is the complete list of members for com.student_loan.dtos.LoanAndItemDto, including all inherited members.

getBorrowerId()com.student_loan.dtos.LoanAndItemDto
getEndDate()com.student_loan.dtos.LoanAndItemDto
getItemDescription()com.student_loan.dtos.LoanAndItemDto
getItemId()com.student_loan.dtos.LoanAndItemDto
getItemName()com.student_loan.dtos.LoanAndItemDto
getLenderId()com.student_loan.dtos.LoanAndItemDto
getLoanId()com.student_loan.dtos.LoanAndItemDto
getStartDate()com.student_loan.dtos.LoanAndItemDto
LoanAndItemDto(Long loanId, Long borrowerId, Long lenderId, Date startDate, Date endDate, Long itemId, String itemName, String itemDescription)com.student_loan.dtos.LoanAndItemDto
LoanAndItemDto()com.student_loan.dtos.LoanAndItemDto
setBorrowerId(Long borrowerId)com.student_loan.dtos.LoanAndItemDto
setEndDate(Date endDate)com.student_loan.dtos.LoanAndItemDto
setItemDescription(String itemDescription)com.student_loan.dtos.LoanAndItemDto
setItemId(Long itemId)com.student_loan.dtos.LoanAndItemDto
setItemName(String itemName)com.student_loan.dtos.LoanAndItemDto
setLenderId(Long lenderId)com.student_loan.dtos.LoanAndItemDto
setLoanId(Long loanId)com.student_loan.dtos.LoanAndItemDto
setStartDate(Date startDate)com.student_loan.dtos.LoanAndItemDto