Interface IDashboardPage4
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IDashboardPage
,IDashboardPage2
,IDashboardPage3
,IObjectLockingSupport
public interface IDashboardPage4 extends IDashboardPage3
For HP use. Represents a Dashboard Page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
pageType()
The Dashboard page typevoid
pageType(java.lang.String pVal)
The Dashboard page type-
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.IDashboardPage
_public, _public, dashboardPageItemFactory, description, description, lastModified, modifiedBy, name, name, ownerUser, parentId, parentId, title, title
-
Methods inherited from interface step.repository.alm.v16.otaclient.IDashboardPage2
segmentId
-
Methods inherited from interface step.repository.alm.v16.otaclient.IDashboardPage3
publicEntityKeyFactory
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
pageType
java.lang.String pageType()
The Dashboard page type
Getter method for the COM property "PageType"
- Returns:
- Returns a value of type java.lang.String
-
pageType
void pageType(java.lang.String pVal)
The Dashboard page type
Setter method for the COM property "PageType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-