com.polarion.alm.tracker.model.IModuleComment


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_MODULE
String KEY_IMPORTED_COMMENT
String KEY_REFERRED_WORK_ITEM Specifies to which work item this comment refers. Now it is used for external work items, but in future it can be also used for headings.
METHODS
Modifiers and TypeNameDescription
IModule getModule()
IImportedCommentStruct getImportedComment()
IImportedCommentStruct createImportedComment(String,String,Date)
IWorkItem getReferredWorkItem() see {@link #KEY_REFERRED_WORK_ITEM} , can return null
void setReferredWorkItem(IWorkItem) see {@link #KEY_REFERRED_WORK_ITEM} , can be called only on root comment

Back to Index