|
StudentLoanManagement
|
Public Member Functions | |
| LoanAndItemDto (Long loanId, Long borrowerId, Long lenderId, Date startDate, Date endDate, Long itemId, String itemName, String itemDescription) | |
| LoanAndItemDto () | |
| Long | getLoanId () |
| void | setLoanId (Long loanId) |
| Long | getBorrowerId () |
| void | setBorrowerId (Long borrowerId) |
| Long | getLenderId () |
| void | setLenderId (Long lenderId) |
| Date | getStartDate () |
| void | setStartDate (Date startDate) |
| Date | getEndDate () |
| void | setEndDate (Date endDate) |
| Long | getItemId () |
| void | setItemId (Long itemId) |
| String | getItemName () |
| void | setItemName (String itemName) |
| String | getItemDescription () |
| void | setItemDescription (String itemDescription) |
Definition at line 5 of file LoanAndItemDto.java.
| com.student_loan.dtos.LoanAndItemDto.LoanAndItemDto | ( | Long | loanId, |
| Long | borrowerId, | ||
| Long | lenderId, | ||
| Date | startDate, | ||
| Date | endDate, | ||
| Long | itemId, | ||
| String | itemName, | ||
| String | itemDescription | ||
| ) |
Definition at line 19 of file LoanAndItemDto.java.
| com.student_loan.dtos.LoanAndItemDto.LoanAndItemDto | ( | ) |
Definition at line 31 of file LoanAndItemDto.java.
| Long com.student_loan.dtos.LoanAndItemDto.getBorrowerId | ( | ) |
Definition at line 42 of file LoanAndItemDto.java.
| Date com.student_loan.dtos.LoanAndItemDto.getEndDate | ( | ) |
Definition at line 66 of file LoanAndItemDto.java.
| String com.student_loan.dtos.LoanAndItemDto.getItemDescription | ( | ) |
Definition at line 90 of file LoanAndItemDto.java.
| Long com.student_loan.dtos.LoanAndItemDto.getItemId | ( | ) |
Definition at line 74 of file LoanAndItemDto.java.
| String com.student_loan.dtos.LoanAndItemDto.getItemName | ( | ) |
Definition at line 82 of file LoanAndItemDto.java.
| Long com.student_loan.dtos.LoanAndItemDto.getLenderId | ( | ) |
Definition at line 50 of file LoanAndItemDto.java.
| Long com.student_loan.dtos.LoanAndItemDto.getLoanId | ( | ) |
Definition at line 34 of file LoanAndItemDto.java.
| Date com.student_loan.dtos.LoanAndItemDto.getStartDate | ( | ) |
Definition at line 58 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setBorrowerId | ( | Long | borrowerId | ) |
Definition at line 46 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setEndDate | ( | Date | endDate | ) |
Definition at line 70 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setItemDescription | ( | String | itemDescription | ) |
Definition at line 94 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setItemId | ( | Long | itemId | ) |
Definition at line 78 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setItemName | ( | String | itemName | ) |
Definition at line 86 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setLenderId | ( | Long | lenderId | ) |
Definition at line 54 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setLoanId | ( | Long | loanId | ) |
Definition at line 38 of file LoanAndItemDto.java.
| void com.student_loan.dtos.LoanAndItemDto.setStartDate | ( | Date | startDate | ) |
Definition at line 62 of file LoanAndItemDto.java.