com.polarion.alm.projects.model.IProject
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | PROTO | |
| String | KEY_PROJECT_GROUP | |
| String | KEY_ID | |
| String | KEY_NAME | |
| String | KEY_DESCRIPTION | |
| String | KEY_LEAD | |
| String | KEY_ACTIVE | |
| String | KEY_ICON | |
| String | KEY_COLOR | |
| String | KEY_LOCK_WORK_RECORDS_DATE |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IProjectGroup | getProjectGroup() | |
| ILocation | getLocation() | Returns the current location of the project folder in the repository. (The revision of this project instance is ignored.) Note that |
| String | getId() | |
| String | getName() | |
| void | setName(String) | |
| Text | getDescription() | |
| void | setDescription(Text) | |
| IUser | getLead() | |
| void | setLead(IUser) | |
| boolean | isActive() | |
| void | setActive(boolean) | |
| DateOnly | getLockWorkRecordsDate() | |
| void | setLockWorkRecordsDate(DateOnly) | |
| void | setIcon(String) | Sets the path to the project's icon (e.g. "/polarion/ria/images/topicIcons/project.svg"). |
| String | getIcon() | |
| String | getIconOrDefault() | |
| String | getColorOrDefault() | |
| void | setColor(String) | Sets the project's background color (e.g., "#7630a1"), which is used in the navigation header for the project's icon and picker. |
| String | getColor() |
Back to Index