Interface IQCResourceFolder
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface IQCResourceFolder extends IBaseField Represents a QC resource folder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()The description of the resource folder.voiddescription(java.lang.String pVal)The description of the resource folder.java.lang.Stringname()The resource folder name.voidname(java.lang.String pVal)The resource folder name.intparentId()The ID of the resource's parent folder.voidparentId(int pVal)The ID of the resource's parent folder.com4j.Com4jObjectqcResourceFactory()The QCResourceFactory object for direct child resources.com4j.Com4jObjectqcResourceFolderFactory()The QCResourceFolderFactory for direct child resource folders.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
namejava.lang.String name() The resource folder name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
namevoid name(java.lang.String pVal) The resource folder name. Setter method for the COM property "Name" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
parentIdint parentId() The ID of the resource's parent folder. Getter method for the COM property "ParentId" - Returns:
- Returns a value of type int
 
 - 
parentIdvoid parentId(int pVal) The ID of the resource's parent folder. Setter method for the COM property "ParentId" - Parameters:
- pVal- Mandatory int parameter.
 
 - 
descriptionjava.lang.String description() The description of the resource folder. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) The description of the resource folder. Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
qcResourceFolderFactorycom4j.Com4jObject qcResourceFolderFactory() The QCResourceFolderFactory for direct child resource folders. Getter method for the COM property "QCResourceFolderFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
qcResourceFactorycom4j.Com4jObject qcResourceFactory() The QCResourceFactory object for direct child resources. Getter method for the COM property "QCResourceFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-