Package step.repository.alm.otaclient
Interface IComponentFolder
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IComponentFolder extends IBaseFieldEx
Represents a business component folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
componentFactory()
The ComponentFactory object.com4j.Com4jObject
componentFolderFactory()
The component's ComponentFolderFactory.java.lang.String
name()
The component's folder namevoid
name(java.lang.String pVal)
The component's folder namejava.lang.String
path()
The component folder's path-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The component's folder 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 component's folder name
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
componentFactory
com4j.Com4jObject componentFactory()
The ComponentFactory object.
Getter method for the COM property "ComponentFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
componentFolderFactory
com4j.Com4jObject componentFolderFactory()
The component's ComponentFolderFactory.
Getter method for the COM property "ComponentFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
path
java.lang.String path()
The component folder's path
Getter method for the COM property "Path"
- Returns:
- Returns a value of type java.lang.String
-
-