Package step.repository.alm.otaclient
Interface IAssignedLibraryPart
-
- All Superinterfaces:
com4j.Com4jObject
public interface IAssignedLibraryPart extends com4j.Com4jObject
For HP use. Represents an assigned Library Part
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
assignedEntityId()
The library part Entity Key to which this part is assigned tovoid
assignedEntityId(java.lang.String pVal)
The library part Entity Key to which this part is assigned to
-
-
-
Method Detail
-
assignedEntityId
java.lang.String assignedEntityId()
The library part Entity Key to which this part is assigned to
Getter method for the COM property "AssignedEntityId"
- Returns:
- Returns a value of type java.lang.String
-
assignedEntityId
void assignedEntityId(java.lang.String pVal)
The library part Entity Key to which this part is assigned to
Setter method for the COM property "AssignedEntityId"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-