public interface IAnalysisItem extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Indicates whether the item is public.
|
void |
_public(boolean pVal)
Indicates whether the item is public.
|
String |
description()
The analysis item's description.
|
void |
description(String pVal)
The analysis item's description.
|
String |
filterData()
The definition of the data to be included in the analysis item.
|
void |
filterData(String pVal)
The definition of the data to be included in the analysis item.
|
String |
lastModified()
The time on the server when the analysis item was last modified.
|
String |
layoutData()
The definition of the presentation of the analysis item.
|
void |
layoutData(String pVal)
The definition of the presentation of the analysis item.
|
String |
modifiedBy()
The user name of the user who last modified the analysis item.
|
String |
module()
The Quality Center module that is the source of the data.
|
void |
module(String pVal)
The Quality Center module that is the source of the data.
|
String |
name()
The name of the report or graph.
|
void |
name(String pVal)
The name of the report or graph.
|
int |
parentId()
The ID of the parent folder.
|
void |
parentId(int pVal)
The ID of the parent folder.
|
String |
subType()
The analysis item's sub type.
|
void |
subType(String pVal)
The analysis item's sub type.
|
String |
type()
The type of output.
|
void |
type(String pVal)
The type of output.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The name of the report or graph.
Getter method for the COM property "Name"
void name(String pVal)
The name of the report or graph.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the parent folder.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the parent folder.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Indicates whether the item is public.
Getter method for the COM property "Public"
void _public(boolean pVal)
Indicates whether the item is public.
Setter method for the COM property "Public"
pVal
- Mandatory boolean parameter.String module()
The Quality Center module that is the source of the data.
Getter method for the COM property "Module"
void module(String pVal)
The Quality Center module that is the source of the data.
Setter method for the COM property "Module"
pVal
- Mandatory java.lang.String parameter.String type()
The type of output.
Getter method for the COM property "Type"
void type(String pVal)
The type of output.
Setter method for the COM property "Type"
pVal
- Mandatory java.lang.String parameter.String filterData()
The definition of the data to be included in the analysis item.
Getter method for the COM property "FilterData"
void filterData(String pVal)
The definition of the data to be included in the analysis item.
Setter method for the COM property "FilterData"
pVal
- Mandatory java.lang.String parameter.String layoutData()
The definition of the presentation of the analysis item.
Getter method for the COM property "LayoutData"
void layoutData(String pVal)
The definition of the presentation of the analysis item.
Setter method for the COM property "LayoutData"
pVal
- Mandatory java.lang.String parameter.String lastModified()
The time on the server when the analysis item was last modified.
Getter method for the COM property "LastModified"
String modifiedBy()
The user name of the user who last modified the analysis item.
Getter method for the COM property "ModifiedBy"
String subType()
The analysis item's sub type.
Getter method for the COM property "SubType"
void subType(String pVal)
The analysis item's sub type.
Setter method for the COM property "SubType"
pVal
- Mandatory java.lang.String parameter.String description()
The analysis item's description.
Getter method for the COM property "Description"
void description(String pVal)
The analysis item's description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.