Class BugInstanceType


  • public class BugInstanceType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BugInstanceType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbbrev()
      Gets the value of the abbrev property.
      java.lang.String getCategory()
      Gets the value of the category property.
      ClassType getClazz()
      Gets the value of the clazz property.
      java.util.List<FieldType> getField()
      Gets the value of the field property.
      java.lang.Integer getLineNumber()  
      java.lang.String getMessage()  
      java.util.List<MethodType> getMethod()
      Gets the value of the method property.
      java.lang.String getPriority()
      Gets the value of the priority property.
      java.lang.String getRank()
      Gets the value of the rank property.
      SourceLineType getSourceLine()
      Gets the value of the sourceLine property.
      java.lang.String getType()
      Gets the value of the type property.
      void setAbbrev​(java.lang.String value)
      Sets the value of the abbrev property.
      void setCategory​(java.lang.String value)
      Sets the value of the category property.
      void setClazz​(ClassType value)
      Sets the value of the clazz property.
      void setLineNumber​(java.lang.Integer lineNumber)  
      void setMessage​(java.lang.String message)  
      void setPriority​(java.lang.String value)
      Sets the value of the priority property.
      void setRank​(java.lang.String value)
      Sets the value of the rank property.
      void setSourceLine​(SourceLineType value)
      Sets the value of the sourceLine property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • field

        protected java.util.List<FieldType> field
      • method

        protected java.util.List<MethodType> method
      • type

        protected java.lang.String type
      • priority

        protected java.lang.String priority
      • rank

        protected java.lang.String rank
      • abbrev

        protected java.lang.String abbrev
      • category

        protected java.lang.String category
      • message

        protected java.lang.String message
      • lineNumber

        protected java.lang.Integer lineNumber
    • Constructor Detail

      • BugInstanceType

        public BugInstanceType()
    • Method Detail

      • getClazz

        public ClassType getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is ClassType
      • setClazz

        public void setClazz​(ClassType value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is ClassType
      • getField

        public java.util.List<FieldType> getField()
        Gets the value of the field property. FieldType
      • getMethod

        public java.util.List<MethodType> getMethod()
        Gets the value of the method property. MethodType
      • getSourceLine

        public SourceLineType getSourceLine()
        Gets the value of the sourceLine property.
        Returns:
        possible object is SourceLineType
      • setSourceLine

        public void setSourceLine​(SourceLineType value)
        Sets the value of the sourceLine property.
        Parameters:
        value - allowed object is SourceLineType
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getPriority

        public java.lang.String getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is String
      • setPriority

        public void setPriority​(java.lang.String value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is String
      • getRank

        public java.lang.String getRank()
        Gets the value of the rank property.
        Returns:
        possible object is String
      • setRank

        public void setRank​(java.lang.String value)
        Sets the value of the rank property.
        Parameters:
        value - allowed object is String
      • getAbbrev

        public java.lang.String getAbbrev()
        Gets the value of the abbrev property.
        Returns:
        possible object is String
      • setAbbrev

        public void setAbbrev​(java.lang.String value)
        Sets the value of the abbrev property.
        Parameters:
        value - allowed object is String
      • getCategory

        public java.lang.String getCategory()
        Gets the value of the category property.
        Returns:
        possible object is String
      • setCategory

        public void setCategory​(java.lang.String value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is String
      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • getLineNumber

        public java.lang.Integer getLineNumber()
      • setLineNumber

        public void setLineNumber​(java.lang.Integer lineNumber)