Interface IQCResource
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface IQCResource extends IBaseFieldExMail
Represents a file or folder stored in the Quality Center repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
creator()
The user name of the creator of the resource.void
creator(java.lang.String pVal)
The user name of the creator of the resource.java.lang.String
description()
The description of the resource.void
description(java.lang.String pVal)
The description of the resource.java.lang.String
fileName()
The folder or file name of the resource.void
fileName(java.lang.String pVal)
The folder or file name of the resource.java.lang.String
location()
For future use.java.lang.String
name()
The name of the resource as displayed in the user interface.void
name(java.lang.String pVal)
The name of the resource as displayed in the user interface.int
parentId()
The ID of the resource's parent folder.void
parentId(int pVal)
The ID of the resource's parent folder.void
progress()
For future use: Progress information.java.lang.String
resourceType()
The type of the resource.void
resourceType(java.lang.String pVal)
The type of the resource.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fileName
java.lang.String fileName()
The folder or file name of the resource.
Getter method for the COM property "FileName"
- Returns:
- Returns a value of type java.lang.String
-
fileName
void fileName(java.lang.String pVal)
The folder or file name of the resource.
Setter method for the COM property "FileName"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parentId
int parentId()
The ID of the resource's parent folder.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
parentId
void parentId(int pVal)
The ID of the resource's parent folder.
Setter method for the COM property "ParentId"
- Parameters:
pVal
- Mandatory int parameter.
-
description
java.lang.String description()
The description of the resource.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The description of the resource.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
creator
java.lang.String creator()
The user name of the creator of the resource.
Getter method for the COM property "Creator"
- Returns:
- Returns a value of type java.lang.String
-
creator
void creator(java.lang.String pVal)
The user name of the creator of the resource.
Setter method for the COM property "Creator"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
progress
void progress()
For future use: Progress information.
-
location
java.lang.String location()
For future use. Returns the location of the resource.
Getter method for the COM property "Location"
- Returns:
- Returns a value of type java.lang.String
-
resourceType
java.lang.String resourceType()
The type of the resource.
Getter method for the COM property "ResourceType"
- Returns:
- Returns a value of type java.lang.String
-
resourceType
void resourceType(java.lang.String pVal)
The type of the resource.
Setter method for the COM property "ResourceType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
name
java.lang.String name()
The name of the resource as displayed in the user interface.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The name of the resource as displayed in the user interface.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-