Class TypelessScriptPartId

    • Field Detail

      • _strPartId

        private java.lang.String _strPartId
    • Constructor Detail

      • TypelessScriptPartId

        public TypelessScriptPartId​(java.lang.String strPartId)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in class IScriptPartId
        Returns:
        An id that distinguishes this part from other parts in the containing type.
      • getContainingTypeName

        public java.lang.String getContainingTypeName()
        Specified by:
        getContainingTypeName in class IScriptPartId
        Returns:
        The name of the type that contains this part.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object