com.polarion.alm.tracker.model.baselinecollection.IBaselineCollectionElement
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | STRUCTURE_ID | |
| String | KEY_OBJECT | |
| String | KEY_REVISION |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getRevision() | Revision of the object in the collection. |
| void | setRevision(String) | |
| T | getObjectWithRevision() | Returns the object in the revision it has in the collection. (Or the head object if the revision is not set.) |
| boolean | hasObject(IPObject) | Whether this element contains the object. It ignores the revision. |
Back to Index