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
      String assignedEntityId()
      The library part Entity Key to which this part is assigned to
      void assignedEntityId​(String pVal)
      The library part Entity Key to which this part is assigned to
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • assignedEntityId

        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​(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.