Interface IMilestoneScopeItem
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IMilestoneScopeItem extends IBaseFieldEx
For HP use. Represents a Milestone to Scope Item Link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
kpiMilestoneScopeItemFactory()
The milestoneScopeItem's KPIMilestoneScopeItem Factory.int
milestoneID()
Milestone's ID.void
milestoneID(int pVal)
Milestone's ID.int
scopeItemID()
Milestone's ID.void
scopeItemID(int pVal)
Milestone's ID.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
milestoneID
int milestoneID()
Milestone's ID.
Getter method for the COM property "MilestoneID"
- Returns:
- Returns a value of type int
-
milestoneID
void milestoneID(int pVal)
Milestone's ID.
Setter method for the COM property "MilestoneID"
- Parameters:
pVal
- Mandatory int parameter.
-
scopeItemID
int scopeItemID()
Milestone's ID.
Getter method for the COM property "ScopeItemID"
- Returns:
- Returns a value of type int
-
scopeItemID
void scopeItemID(int pVal)
Milestone's ID.
Setter method for the COM property "ScopeItemID"
- Parameters:
pVal
- Mandatory int parameter.
-
kpiMilestoneScopeItemFactory
com4j.Com4jObject kpiMilestoneScopeItemFactory()
The milestoneScopeItem's KPIMilestoneScopeItem Factory.
Getter method for the COM property "KPIMilestoneScopeItemFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-