Package org.cswteams.ms3.dto.systemactor
Class AllSystemActorsDTO
java.lang.Object
org.cswteams.ms3.dto.systemactor.AllSystemActorsDTO
-
Constructor Summary
ConstructorsConstructorDescriptionAllSystemActorsDTO(Set<String> systemActors) This DTO holds the information about all the existing actors in the system -
Method Summary
-
Constructor Details
-
AllSystemActorsDTO
This DTO holds the information about all the existing actors in the system- Parameters:
systemActors- The set of string representing all the actors
-