Interface IScopeItem
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IScopeItem extends IBaseFieldEx
For HP use. Represents a ScopeItem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
contentDefinitionFactory()
ContentDefinition Factoryjava.lang.String
description()
The scope item's description.void
description(java.lang.String pVal)
The scope item's description.java.lang.String
name()
The scope item's name.void
name(java.lang.String pVal)
The scope item's name.com4j.Com4jObject
parent()
The scope item's parent release.java.lang.String
priority()
The priority of the scope item.void
priority(java.lang.String pVal)
The priority of the scope item.-
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
-
name
java.lang.String name()
The scope item's name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The scope item's name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
description
java.lang.String description()
The scope item's description.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The scope item's description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
priority
java.lang.String priority()
The priority of the scope item.
Getter method for the COM property "Priority"
- Returns:
- Returns a value of type java.lang.String
-
priority
void priority(java.lang.String pVal)
The priority of the scope item.
Setter method for the COM property "Priority"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parent
com4j.Com4jObject parent()
The scope item's parent release.
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
contentDefinitionFactory
com4j.Com4jObject contentDefinitionFactory()
ContentDefinition Factory
Getter method for the COM property "ContentDefinitionFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-