Class StudentDto

java.lang.Object
com.markvarga21.studentmanager.dto.StudentDto

@Generated public class StudentDto extends Object
Represents a student DTO in the application.
  • Constructor Details

    • StudentDto

      public StudentDto()
  • Method Details

    • equals

      public boolean equals(Object o)
      Checks if two students are equal.
      Overrides:
      equals in class Object
      Parameters:
      o - The other student.
      Returns:
      true if the students are equal, false otherwise.
    • hashCode

      public int hashCode()
      Generates a hash code for the student.
      Overrides:
      hashCode in class Object
      Returns:
      The generated hash code.