StudentLoanManagement
com.student_loan.dtos.UserDTO Class Reference

Public Member Functions

 UserDTO (Long id, String username, String email)
 
Long getId ()
 
String getUsername ()
 
String getEmail ()
 

Detailed Description

Definition at line 5 of file UserDTO.java.

Constructor & Destructor Documentation

◆ UserDTO()

com.student_loan.dtos.UserDTO.UserDTO ( Long  id,
String  username,
String  email 
)

Definition at line 11 of file UserDTO.java.

Member Function Documentation

◆ getEmail()

String com.student_loan.dtos.UserDTO.getEmail ( )

Definition at line 21 of file UserDTO.java.

◆ getId()

Long com.student_loan.dtos.UserDTO.getId ( )

Definition at line 17 of file UserDTO.java.

◆ getUsername()

String com.student_loan.dtos.UserDTO.getUsername ( )

Definition at line 19 of file UserDTO.java.


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