com.polarion.alm.tracker.model.ITimePoint
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | PROTO | The name of prototype in the model |
| String | KEY_NAME | |
| String | KEY_DESCRIPTION | |
| String | KEY_TIME | date of time point |
| String | KEY_CLOSED | time point state |
| String | KEY_EARLIEST_PLANNED_START |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getName() | |
| void | setName(String) | |
| Text | getDescription() | |
| void | setDescription(Text) | |
| DateOnly | getTime() | |
| boolean | isClosed() | |
| void | setClosed(boolean) | |
| IPObjectList | getWorkItemsFromTimepoint() | |
| DateOnly | getEarliestPlannedStart() | |
| void | setEarliestPlannedStart(DateOnly) | Earliest date when Work Items assigned to this Time Point can be planned to start. |
Back to Index