Package com.polarion.alm.tracker.model
Interface IWorkRecord
- All Superinterfaces:
IAdaptable
,IChangeListener
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.polarion.alm.projects.model.IUniqueObject
KEY_ID, KEY_PROJECT
-
Method Summary
Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adapt
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.IPObject
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, update
Methods inherited from interface com.polarion.alm.projects.model.IUniqueObject
getId, getProject, getProjectId
-
Field Details
-
PROTO
- See Also:
-
KEY_USER
- See Also:
-
KEY_DATE
- See Also:
-
KEY_TIME_SPENT
- See Also:
-
KEY_WORK_ITEM
- See Also:
-
KEY_TYPE
- Since:
- 3.3
- See Also:
-
KEY_COMMENT
- Since:
- 3.3
- See Also:
-
-
Method Details
-
getUser
IUser getUser() -
getDate
DateOnly getDate() -
getTimeSpent
DurationTime getTimeSpent() -
getWorkItem
IWorkItem getWorkItem() -
getComment
String getComment()- Since:
- 3.3
-
getType
IWorkRecordTypeOpt getType()- Since:
- 3.3
-