com.polarion.alm.tracker.model.IModuleComment.IImportedCommentStruct
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | KEY_AUTHOR | |
String | KEY_INITIALS | |
String | KEY_CREATED |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
String | getAuthor() | |
void | setAuthor(String) | |
String | getInitials() | |
void | setInitials(String) | |
Date | getCreated() | |
void | setCreated(Date) |
Back to Index