Interface IAnalysisItemFolder
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
- All Known Subinterfaces:
IAnalysisItemFolder2
public interface IAnalysisItemFolder extends IBaseField
For HP use. Represents an Analysis Item Folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
_public()
Indicates whether this is a public folder.void
_public(boolean pVal)
Indicates whether this is a public folder.com4j.Com4jObject
analysisItemFactory()
The AnalysisItemFactory object for managing AnalysisItems in this folder.com4j.Com4jObject
analysisItemFolderFactory()
The AnalysisItemFolderFactory object for direct children analysis item folders.java.lang.String
description()
The folder's description.void
description(java.lang.String pVal)
The folder's description.java.lang.String
name()
The folder's name.void
name(java.lang.String pVal)
The folder's name.int
parentId()
The ID of the folder that contains this folder.void
parentId(int pVal)
The ID of the folder that contains this folder.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The folder'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 folder's name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parentId
int parentId()
The ID of the folder that contains this folder.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
parentId
void parentId(int pVal)
The ID of the folder that contains this folder.
Setter method for the COM property "ParentId"
- Parameters:
pVal
- Mandatory int parameter.
-
_public
boolean _public()
Indicates whether this is a public folder.
Getter method for the COM property "Public"
- Returns:
- Returns a value of type boolean
-
_public
void _public(boolean pVal)
Indicates whether this is a public folder.
Setter method for the COM property "Public"
- Parameters:
pVal
- Mandatory boolean parameter.
-
analysisItemFolderFactory
com4j.Com4jObject analysisItemFolderFactory()
The AnalysisItemFolderFactory object for direct children analysis item folders.
Getter method for the COM property "AnalysisItemFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
analysisItemFactory
com4j.Com4jObject analysisItemFactory()
The AnalysisItemFactory object for managing AnalysisItems in this folder.
Getter method for the COM property "AnalysisItemFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
description
java.lang.String description()
The folder'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 folder's description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-