public interface IQCResourceFolder extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
description()
The description of the resource folder.
|
void |
description(String pVal)
The description of the resource folder.
|
String |
name()
The resource folder name.
|
void |
name(String pVal)
The resource folder name.
|
int |
parentId()
The ID of the resource's parent folder.
|
void |
parentId(int pVal)
The ID of the resource's parent folder.
|
com4j.Com4jObject |
qcResourceFactory()
The QCResourceFactory object for direct child resources.
|
com4j.Com4jObject |
qcResourceFolderFactory()
The QCResourceFolderFactory for direct child resource folders.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The resource folder name.
Getter method for the COM property "Name"
void name(String pVal)
The resource folder name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the resource's parent folder.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the resource's parent folder.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.String description()
The description of the resource folder.
Getter method for the COM property "Description"
void description(String pVal)
The description of the resource folder.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject qcResourceFolderFactory()
The QCResourceFolderFactory for direct child resource folders.
Getter method for the COM property "QCResourceFolderFactory"
com4j.Com4jObject qcResourceFactory()
The QCResourceFactory object for direct child resources.
Getter method for the COM property "QCResourceFactory"
Copyright © 2020. All rights reserved.