Class StudentDto
java.lang.Object
com.markvarga21.studentmanager.dto.StudentDto
Represents a student DTO in the application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StudentDto
public StudentDto()
-
-
Method Details
-
equals
Checks if two students are equal. -
hashCode
public int hashCode()Generates a hash code for the student.
-