Package main.utils.iocontrol
Interface Mappable
- All Known Implementing Classes:
Coordinator
,Project
,Student
,StudentChangeTitleRequest
,StudentDeregistrationRequest
,StudentRegistrationRequest
,Supervisor
,TransferStudentRequest
public interface Mappable
Interface for objects that can be mapped to/from a Map.
-
Method Summary
-
Method Details
-
toMap
Converts the object to a map- Returns:
- the map
-
fromMap
Converts the map to an object- Parameters:
map
- the map
-