Package com.polarion.alm.tracker.model
Interface ITimePoint
- All Superinterfaces:
IAdaptable,IChangeListener,IGroupUniqueObject,IHasCustomValues,IHasValues,IPObject,IUniqueObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringtime point statestatic final Stringstatic final Stringstatic final Stringstatic final Stringdate of time pointstatic final StringThe name of prototype in the modelFields inherited from interface com.polarion.alm.projects.model.IGroupUniqueObject
KEY_GROUP_ENTITYFields 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.alm.projects.model.IGroupUniqueObject
getGroupEntityMethods 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
- See Also:
-
KEY_DESCRIPTION
- See Also:
-
KEY_TIME
date of time point- See Also:
-
KEY_CLOSED
time point state- See Also:
-
KEY_EARLIEST_PLANNED_START
- See Also:
-
-
Method Details
-
getName
String getName() -
setName
-
getDescription
Text getDescription() -
setDescription
-
getTime
DateOnly getTime() -
isClosed
boolean isClosed() -
setClosed
void setClosed(boolean closed) -
getWorkItemsFromTimepoint
IPObjectList getWorkItemsFromTimepoint()- Returns:
- Collection of
IWorkItems, which are assigned to this time point.
-
getEarliestPlannedStart
DateOnly getEarliestPlannedStart() -
setEarliestPlannedStart
Earliest date when Work Items assigned to this Time Point can be planned to start.- Parameters:
date-
-