public class Violation extends Object implements Serializable
Constructor and Description |
---|
Violation() |
Modifier and Type | Method and Description |
---|---|
int |
getBeginline()
Get the beginline 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 |
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 getPriority()
public String getRule()
public String getText()
public String getViolationClass()
public String getViolationPackage()
public void setBeginline(int beginline)
beginline
- public void setPriority(int priority)
priority
- public void setRule(String rule)
rule
- public void setText(String text)
text
- public void setViolationClass(String violationClass)
violationClass
- public void setViolationPackage(String violationPackage)
violationPackage
- public void setFileName(String fileName)
public String getFileName()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.