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
-
Method Summary
Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods 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:
-
-
Method Details
-
getUri
String getUri() -
getRole
IHyperlinkRoleOpt getRole()
-