Package com.polarion.alm.tracker.model
Interface ICategory
- All Superinterfaces:
IAdaptable,IChangeListener,IHasCustomValues,IHasValues,IPObject,IUniqueObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe names of model's keysstatic final StringThe 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
adaptMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods 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, updateMethods 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
IWorkItems, which are assigned to this category.
-