Class CourseOrganizationDTO
java.lang.Object
callofproject.dev.authentication.dto.client.CourseOrganizationDTO
Data Transfer Object for a course organization.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CourseOrganizationDTO
(String courseOrganizationName, String id) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the course organization name.getId()
Gets the course organization id.void
setCourseOrganizationName
(String courseOrganizationName) Sets the course organization name.void
Sets the course organization id.
-
Constructor Details
-
CourseOrganizationDTO
public CourseOrganizationDTO()Constructor. -
CourseOrganizationDTO
Constructor.- Parameters:
courseOrganizationName
- The course organization name.
-
-
Method Details
-
getCourseOrganizationName
Gets the course organization name.- Returns:
- The course organization name.
-
setCourseOrganizationName
Sets the course organization name.- Parameters:
courseOrganizationName
- The course organization name.
-
getId
Gets the course organization id.- Returns:
- The course organization id.
-
setId
Sets the course organization id.- Parameters:
id
- The course organization id.
-