Interface ICustomizationReportProjectTemplate
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationReportProjectTemplate extends com4j.Com4jObject
For HP use. ICustomizationReportProjectTemplate Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
fields()
A list of fields used by this templatejava.lang.Object
fields(int index)
void
fields(IList pVal)
A list of fields used by this templatejava.lang.String
fileName()
The name of the template filevoid
fileName(java.lang.String pVal)
The name of the template fileint
id()
The ID of this templateboolean
isDefault()
Indicates whether this template serves as a default template for the entity it is assigned tovoid
isDefault(boolean pVal)
Indicates whether this template serves as a default template for the entity it is assigned toboolean
isRemovable()
Checks if this Report Project Template is removable.boolean
isTemplate()
Checks if a Report Project Template is linked to template.java.lang.String
lastModified()
The date this template's file has last been modifiedvoid
lastModified(java.lang.String pVal)
The date this template's file has last been modifiedjava.lang.String
modifiedBy()
The name of the user who last modified this templatejava.lang.String
name()
The name of this templatevoid
name(java.lang.String pVal)
The name of this templatejava.lang.String
templateCategory()
The category to which this template is assignedjava.lang.String
templateType()
The type of this template (example: Tabular)void
templateType(java.lang.String pVal)
The type of this template (example: Tabular)
-
-
-
Method Detail
-
id
int id()
The ID of this template
Getter method for the COM property "ID"
- Returns:
- Returns a value of type int
-
name
java.lang.String name()
The name of this template
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 this template
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
templateCategory
java.lang.String templateCategory()
The category to which this template is assigned
Getter method for the COM property "TemplateCategory"
- Returns:
- Returns a value of type java.lang.String
-
fileName
java.lang.String fileName()
The name of the template file
Getter method for the COM property "FileName"
- Returns:
- Returns a value of type java.lang.String
-
fileName
void fileName(java.lang.String pVal)
The name of the template file
Setter method for the COM property "FileName"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
modifiedBy
java.lang.String modifiedBy()
The name of the user who last modified this template
Getter method for the COM property "ModifiedBy"
- Returns:
- Returns a value of type java.lang.String
-
isDefault
boolean isDefault()
Indicates whether this template serves as a default template for the entity it is assigned to
Getter method for the COM property "IsDefault"
- Returns:
- Returns a value of type boolean
-
isDefault
void isDefault(boolean pVal)
Indicates whether this template serves as a default template for the entity it is assigned to
Setter method for the COM property "IsDefault"
- Parameters:
pVal
- Mandatory boolean parameter.
-
fields
IList fields()
A list of fields used by this template
Getter method for the COM property "Fields"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
fields
java.lang.Object fields(int index)
-
fields
void fields(IList pVal)
A list of fields used by this template
Setter method for the COM property "Fields"
- Parameters:
pVal
- Mandatory step.repository.alm.v16.otaclient.IList parameter.
-
lastModified
java.lang.String lastModified()
The date this template's file has last been modified
Getter method for the COM property "LastModified"
- Returns:
- Returns a value of type java.lang.String
-
lastModified
void lastModified(java.lang.String pVal)
The date this template's file has last been modified
Setter method for the COM property "LastModified"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
templateType
java.lang.String templateType()
The type of this template (example: Tabular)
Getter method for the COM property "TemplateType"
- Returns:
- Returns a value of type java.lang.String
-
templateType
void templateType(java.lang.String pVal)
The type of this template (example: Tabular)
Setter method for the COM property "TemplateType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
isTemplate
boolean isTemplate()
Checks if a Report Project Template is linked to template.
Getter method for the COM property "IsTemplate"
- Returns:
- Returns a value of type boolean
-
isRemovable
boolean isRemovable()
Checks if this Report Project Template is removable.
Getter method for the COM property "IsRemovable"
- Returns:
- Returns a value of type boolean
-
-