Interface IContentPart
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IContentPart extends IBaseField
Data on an entity type in a library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
entityType()
The entity type represented by this content part.void
entityType(java.lang.String pVal)
The entity type represented by this content part.java.lang.String
filter()
The Content Part Filter.void
filter(java.lang.String pVal)
The Content Part Filter.int
holderId()
The ID of the object that owns this content part.java.lang.String
holderType()
The type of the object that owns this content part.java.lang.String
name()
The Content Part Name.void
name(java.lang.String pVal)
The Content Part Name.-
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
-
holderId
int holderId()
The ID of the object that owns this content part.
Getter method for the COM property "HolderId"
- Returns:
- Returns a value of type int
-
holderType
java.lang.String holderType()
The type of the object that owns this content part.
Getter method for the COM property "HolderType"
- Returns:
- Returns a value of type java.lang.String
-
name
java.lang.String name()
The Content Part Name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The Content Part Name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
entityType
java.lang.String entityType()
The entity type represented by this content part.
Getter method for the COM property "EntityType"
- Returns:
- Returns a value of type java.lang.String
-
entityType
void entityType(java.lang.String pVal)
The entity type represented by this content part.
Setter method for the COM property "EntityType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
filter
java.lang.String filter()
The Content Part Filter.
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type java.lang.String
-
filter
void filter(java.lang.String pVal)
The Content Part Filter.
Setter method for the COM property "Filter"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-