Class CourseDTO
java.lang.Object
callofproject.dev.authentication.dto.client.CourseDTO
Data Transfer Object for a course.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the course name.getId()
Gets the course id.void
setCourseName
(String courseName) Sets the course name.void
Sets the course id.
-
Constructor Details
-
CourseDTO
public CourseDTO()Constructor. -
CourseDTO
Constructor.- Parameters:
courseName
- The course name.
-
-
Method Details
-
getCourseName
Gets the course name.- Returns:
- The course name.
-
setCourseName
Sets the course name.- Parameters:
courseName
- The course name.
-
getId
Gets the course id.- Returns:
- The course id.
-
setId
Sets the course id.- Parameters:
id
- The course id.
-