Package org.radarbase.management.client
Class MPOrganization
-
- All Implemented Interfaces:
@Serializable() public final class MPOrganizationManagementPortal Project DTO.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()Organization id, a name that identifies it uniquely. final StringgetLocation()Where a project is organized. final StringgetDescription()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()
-
-
-
-