Package org.radarbase.management.client
Class MPOrganization
-
- All Implemented Interfaces:
@Serializable() public final class MPOrganization
ManagementPortal Project DTO.
-
-
Method Summary
Modifier and Type Method Description final String
getId()
Organization id, a name that identifies it uniquely. final String
getLocation()
Where a project is organized. final String
getDescription()
Project description. final List<MPProject>
getProjects()
-
-
Method Detail
-
getLocation
final String getLocation()
Where a project is organized.
-
getDescription
final String getDescription()
Project description.
-
getProjects
final List<MPProject> getProjects()
-
-
-
-