public interface IQCResource extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
String |
creator()
The user name of the creator of the resource.
|
void |
creator(String pVal)
The user name of the creator of the resource.
|
String |
description()
The description of the resource.
|
void |
description(String pVal)
The description of the resource.
|
String |
fileName()
The folder or file name of the resource.
|
void |
fileName(String pVal)
The folder or file name of the resource.
|
String |
location()
For future use.
|
String |
name()
The name of the resource as displayed in the user interface.
|
void |
name(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.
|
String |
resourceType()
The type of the resource.
|
void |
resourceType(String pVal)
The type of the resource.
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String fileName()
The folder or file name of the resource.
Getter method for the COM property "FileName"
void fileName(String pVal)
The folder or file name of the resource.
Setter method for the COM property "FileName"
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.
Getter method for the COM property "Description"
void description(String pVal)
The description of the resource.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.String creator()
The user name of the creator of the resource.
Getter method for the COM property "Creator"
void creator(String pVal)
The user name of the creator of the resource.
Setter method for the COM property "Creator"
pVal
- Mandatory java.lang.String parameter.void progress()
For future use: Progress information.
String location()
For future use. Returns the location of the resource.
Getter method for the COM property "Location"
String resourceType()
The type of the resource.
Getter method for the COM property "ResourceType"
void resourceType(String pVal)
The type of the resource.
Setter method for the COM property "ResourceType"
pVal
- Mandatory java.lang.String parameter.String name()
The name of the resource as displayed in the user interface.
Getter method for the COM property "Name"
void name(String pVal)
The name of the resource as displayed in the user interface.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.