public class BugInstanceType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
abbrev |
protected java.lang.String |
category |
protected ClassType |
clazz |
protected java.util.List<FieldType> |
field |
protected java.lang.Integer |
lineNumber |
protected java.lang.String |
message |
protected java.util.List<MethodType> |
method |
protected java.lang.String |
priority |
protected java.lang.String |
rank |
protected SourceLineType |
sourceLine |
protected java.lang.String |
type |
| Constructor and Description |
|---|
BugInstanceType() |
| Modifier and Type | Method and 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.
|
protected ClassType clazz
protected java.util.List<FieldType> field
protected java.util.List<MethodType> method
protected SourceLineType sourceLine
protected java.lang.String type
protected java.lang.String priority
protected java.lang.String rank
protected java.lang.String abbrev
protected java.lang.String category
protected java.lang.String message
protected java.lang.Integer lineNumber
public ClassType getClazz()
ClassTypepublic void setClazz(ClassType value)
value - allowed object is
ClassTypepublic java.util.List<FieldType> getField()
FieldType
public java.util.List<MethodType> getMethod()
MethodType
public SourceLineType getSourceLine()
SourceLineTypepublic void setSourceLine(SourceLineType value)
value - allowed object is
SourceLineTypepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPriority()
Stringpublic void setPriority(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRank()
Stringpublic void setRank(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbbrev()
Stringpublic void setAbbrev(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.lang.Integer getLineNumber()
public void setLineNumber(java.lang.Integer lineNumber)