Package com.polarion.alm.tracker.model
Interface ITimePoint
- All Superinterfaces:
IAdaptable
,IChangeListener
,IGroupUniqueObject
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
time point statestatic final String
static final String
static final String
static final String
date of time pointstatic final String
The name of prototype in the modelFields inherited from interface com.polarion.alm.projects.model.IGroupUniqueObject
KEY_GROUP_ENTITY
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.alm.projects.model.IGroupUniqueObject
getGroupEntity
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
- 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
IWorkItem
s, 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
-
-