Package com.gophers.structures.domain
Class AssignmentDetails
java.lang.Object
com.gophers.structures.domain.AssignmentDetails
Represents details of an assignment including the student's details and the
assignment grade.
-
Constructor Summary
ConstructorsConstructorDescriptionAssignmentDetails(StudentDetails studentDetails, AssignmentGrade assignmentGrade) Constructor to initialize the student's details and the assignment grade. -
Method Summary
-
Constructor Details
-
AssignmentDetails
Constructor to initialize the student's details and the assignment grade.- Parameters:
studentDetails- Details of the student.assignmentGrade- Grade details of the assignment.
-
-
Method Details
-
toPDFData
Converts the assignment details into a map format suitable for PDF generation.- Returns:
- A map containing the PDF data for the assignment details.
-
toString
Provides a string representation of the assignment details.
-