StudentLoanManagement
com.student_loan.dtos.LoanAndItemDto Class Reference

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)
 

Detailed Description

Definition at line 5 of file LoanAndItemDto.java.

Constructor & Destructor Documentation

◆ LoanAndItemDto() [1/2]

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.

◆ LoanAndItemDto() [2/2]

com.student_loan.dtos.LoanAndItemDto.LoanAndItemDto ( )

Definition at line 31 of file LoanAndItemDto.java.

Member Function Documentation

◆ getBorrowerId()

Long com.student_loan.dtos.LoanAndItemDto.getBorrowerId ( )

Definition at line 42 of file LoanAndItemDto.java.

◆ getEndDate()

Date com.student_loan.dtos.LoanAndItemDto.getEndDate ( )

Definition at line 66 of file LoanAndItemDto.java.

◆ getItemDescription()

String com.student_loan.dtos.LoanAndItemDto.getItemDescription ( )

Definition at line 90 of file LoanAndItemDto.java.

◆ getItemId()

Long com.student_loan.dtos.LoanAndItemDto.getItemId ( )

Definition at line 74 of file LoanAndItemDto.java.

◆ getItemName()

String com.student_loan.dtos.LoanAndItemDto.getItemName ( )

Definition at line 82 of file LoanAndItemDto.java.

◆ getLenderId()

Long com.student_loan.dtos.LoanAndItemDto.getLenderId ( )

Definition at line 50 of file LoanAndItemDto.java.

◆ getLoanId()

Long com.student_loan.dtos.LoanAndItemDto.getLoanId ( )

Definition at line 34 of file LoanAndItemDto.java.

◆ getStartDate()

Date com.student_loan.dtos.LoanAndItemDto.getStartDate ( )

Definition at line 58 of file LoanAndItemDto.java.

◆ setBorrowerId()

void com.student_loan.dtos.LoanAndItemDto.setBorrowerId ( Long  borrowerId)

Definition at line 46 of file LoanAndItemDto.java.

◆ setEndDate()

void com.student_loan.dtos.LoanAndItemDto.setEndDate ( Date  endDate)

Definition at line 70 of file LoanAndItemDto.java.

◆ setItemDescription()

void com.student_loan.dtos.LoanAndItemDto.setItemDescription ( String  itemDescription)

Definition at line 94 of file LoanAndItemDto.java.

◆ setItemId()

void com.student_loan.dtos.LoanAndItemDto.setItemId ( Long  itemId)

Definition at line 78 of file LoanAndItemDto.java.

◆ setItemName()

void com.student_loan.dtos.LoanAndItemDto.setItemName ( String  itemName)

Definition at line 86 of file LoanAndItemDto.java.

◆ setLenderId()

void com.student_loan.dtos.LoanAndItemDto.setLenderId ( Long  lenderId)

Definition at line 54 of file LoanAndItemDto.java.

◆ setLoanId()

void com.student_loan.dtos.LoanAndItemDto.setLoanId ( Long  loanId)

Definition at line 38 of file LoanAndItemDto.java.

◆ setStartDate()

void com.student_loan.dtos.LoanAndItemDto.setStartDate ( Date  startDate)

Definition at line 62 of file LoanAndItemDto.java.


The documentation for this class was generated from the following file: