public abstract class AbstractCheck extends Object implements Comparable<AbstractCheck>, InterfaceCheck
| Constructor and Description |
|---|
AbstractCheck() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractCheck other) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getSeverity() |
int |
hashCode() |
boolean |
isIgnored(String jobDescription) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSeverity(String severity) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitexecuteCheckprotected static final Logger LOG
public String getName()
public void setName(String name)
public String getId()
public String getDescription()
public void setDescription(String description)
public String getSeverity()
public void setSeverity(String severity)
public int compareTo(AbstractCheck other)
compareTo in interface Comparable<AbstractCheck>public boolean isIgnored(String jobDescription)
isIgnored in interface InterfaceCheckCopyright © 2004-2015. All Rights Reserved.