Interface IContentRoot
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IContentRoot extends IBaseField
Represents a Content Root.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
Content root's name.void
name(java.lang.String pVal)
Content root's name.com4j.Com4jObject
parent()
The parent content definition.int
rootEntityId()
The Entity Id.void
rootEntityId(int pVal)
The Entity Id.java.lang.String
rootEntityType()
The Entity Type.void
rootEntityType(java.lang.String pVal)
The Entity 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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
Content root's name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
Content root's name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
rootEntityId
int rootEntityId()
The Entity Id.
Getter method for the COM property "RootEntityId"
- Returns:
- Returns a value of type int
-
rootEntityId
void rootEntityId(int pVal)
The Entity Id.
Setter method for the COM property "RootEntityId"
- Parameters:
pVal
- Mandatory int parameter.
-
rootEntityType
java.lang.String rootEntityType()
The Entity Type.
Getter method for the COM property "RootEntityType"
- Returns:
- Returns a value of type java.lang.String
-
rootEntityType
void rootEntityType(java.lang.String pVal)
The Entity Type.
Setter method for the COM property "RootEntityType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parent
com4j.Com4jObject parent()
The parent content definition.
Getter method for the COM property "Parent"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-