public class Violation extends Object implements Serializable
Constructor and Description |
---|
Violation() |
Modifier and Type | Method and Description |
---|---|
int |
getBeginline()
Get the beginline field.
|
int |
getEndline()
Get the endline field.
|
String |
getExternalInfoUrl()
Get the externalInfoUrl field.
|
String |
getFileName() |
int |
getPriority()
Get the priority field.
|
String |
getRule()
Get the rule field.
|
String |
getText()
Get the text field.
|
String |
getViolationClass()
Get the violationClass field.
|
String |
getViolationPackage()
Get the violationPackage field.
|
void |
setBeginline(int beginline)
Set the beginline field.
|
void |
setEndline(int endline)
Set the endline field.
|
void |
setExternalInfoUrl(String externalInfoUrl)
Set the externalInfoUrl field.
|
void |
setFileName(String fileName) |
void |
setPriority(int priority)
Set the priority field.
|
void |
setRule(String rule)
Set the rule field.
|
void |
setText(String text)
Set the text field.
|
void |
setViolationClass(String violationClass)
Set the violationClass field.
|
void |
setViolationPackage(String violationPackage)
Set the violationPackage field.
|
public int getBeginline()
public int getEndline()
public String getExternalInfoUrl()
public int getPriority()
public String getRule()
public String getText()
public String getViolationClass()
public String getViolationPackage()
public void setBeginline(int beginline)
beginline
- a beginline object.public void setEndline(int endline)
endline
- a endline object.public void setExternalInfoUrl(String externalInfoUrl)
externalInfoUrl
- a externalInfoUrl object.public void setPriority(int priority)
priority
- a priority object.public void setRule(String rule)
rule
- a rule object.public void setText(String text)
text
- a text object.public void setViolationClass(String violationClass)
violationClass
- a violationClass object.public void setViolationPackage(String violationPackage)
violationPackage
- a violationPackage object.public void setFileName(String fileName)
public String getFileName()
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.