Class PythonTypeInfo

    • Constructor Detail

      • PythonTypeInfo

        public PythonTypeInfo()
        Creates an empty PythonTypeInfo
      • PythonTypeInfo

        public PythonTypeInfo​(String newsignature)
        PythonTypeInfo Constructor with provided signature
        Parameters:
        newsignature - the signature to be set
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setSignature

        public void setSignature​(String newsignature)
        Set the Type::signature
        Parameters:
        newsignature - the signature to be set
      • getSignature

        public String getSignature()
        Get the Type::signature
        Returns:
        the current signature
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set