Class UniProtCommentParser.Event

    • Constructor Summary

      Constructors 
      Constructor Description
      Event()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Getter for property comment.
      int getNamedIsoforms()
      Getter for property namedIsoforms.
      java.lang.String getType()
      Getter for property type.
      void setComment​(java.lang.String comment)
      Setter for property comment.
      void setNamedIsoforms​(int namedIsoforms)
      Setter for property namedIsoforms.
      void setType​(java.lang.String type)
      Setter for property type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getType

        public java.lang.String getType()
        Getter for property type.
        Returns:
        Value of property type.
      • setType

        public void setType​(java.lang.String type)
        Setter for property type.
        Parameters:
        type - New value of property type.
      • getComment

        public java.lang.String getComment()
        Getter for property comment.
        Returns:
        Value of property comment.
      • setComment

        public void setComment​(java.lang.String comment)
        Setter for property comment.
        Parameters:
        comment - New value of property comment.
      • getNamedIsoforms

        public int getNamedIsoforms()
        Getter for property namedIsoforms.
        Returns:
        Value of property namedIsoforms.
      • setNamedIsoforms

        public void setNamedIsoforms​(int namedIsoforms)
        Setter for property namedIsoforms.
        Parameters:
        namedIsoforms - New value of property namedIsoforms.