Package com.polarion.alm.tracker.model
Interface IHyperlinkStruct
- All Superinterfaces:
IChangeGenerator,IChangeListener,IHasCustomValues,IHasValues,IStructure
The typed interface for work item hyperlinks.
The hyper link is immutable. If change has to be made, that new link must be
created and the old removed.
- Author:
- dobisekm
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwnerMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
KEY_URI
- See Also:
-
KEY_ROLE
- See Also:
-
KEY_TITLE
- Since:
- 3.25.6
- See Also:
-
-
Method Details
-
getUri
String getUri() -
getRole
IHyperlinkRoleOpt getRole() -
getTitle
- Since:
- 3.25.6
-