Interface IReportToReportProjectTemplateLink
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IReportToReportProjectTemplateLink extends IBaseField
For HP use. Represents report user custom template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
reportID()
The ID of the report (analysis item) referenced by this link.void
reportID(int pVal)
The ID of the report (analysis item) referenced by this link.int
templateID()
The ID of the project template element referenced by this link.void
templateID(int pVal)
The ID of the project template element referenced by this link.-
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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
templateID
int templateID()
The ID of the project template element referenced by this link.
Getter method for the COM property "TemplateID"
- Returns:
- Returns a value of type int
-
templateID
void templateID(int pVal)
The ID of the project template element referenced by this link.
Setter method for the COM property "TemplateID"
- Parameters:
pVal
- Mandatory int parameter.
-
reportID
int reportID()
The ID of the report (analysis item) referenced by this link.
Getter method for the COM property "ReportID"
- Returns:
- Returns a value of type int
-
reportID
void reportID(int pVal)
The ID of the report (analysis item) referenced by this link.
Setter method for the COM property "ReportID"
- Parameters:
pVal
- Mandatory int parameter.
-
-