com.polarion.alm.tracker.model.baselinecollection.IBaselineCollectionElement


FIELDS
Modifiers and TypeNameDescription
String STRUCTURE_ID
String KEY_OBJECT
String KEY_REVISION
METHODS
Modifiers and TypeNameDescription
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