Package com.polarion.alm.tracker.model
Interface ICategory
- All Superinterfaces:
IAdaptable
,IChangeListener
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
The names of model's keysstatic final String
The name of prototype in the modelFields 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
The name of prototype in the model- See Also:
-
KEY_NAME
The names of model's keys- See Also:
-
KEY_DESCRIPTION
- See Also:
-
-
Method Details
-
getName
String getName() -
setName
-
getDescription
Text getDescription() -
setDescription
-
getWorkItemsFromCategory
IPObjectList getWorkItemsFromCategory()- Returns:
- Collection of
IWorkItem
s, which are assigned to this category.
-