Klasse SuppressedViolation

java.lang.Object
org.apache.maven.plugins.pmd.model.SuppressedViolation
Alle implementierten Schnittstellen:
Serializable

public class SuppressedViolation extends Object implements Serializable
Class SuppressedViolation.
Version:
$Revision$ $Date$
Siehe auch:
  • Konstruktordetails

    • SuppressedViolation

      public SuppressedViolation()
  • Methodendetails

    • getFilename

      public String getFilename()
      Get the filename field.
      Gibt zurück:
      String
    • getRuleMessage

      public String getRuleMessage()
      Get the ruleMessage field.
      Gibt zurück:
      String
    • getSuppressionType

      public String getSuppressionType()
      Get the suppressionType field.
      Gibt zurück:
      String
    • getUserMessage

      public String getUserMessage()
      Get the userMessage field.
      Gibt zurück:
      String
    • setFilename

      public void setFilename(String filename)
      Set the filename field.
      Parameter:
      filename - a filename object.
    • setRuleMessage

      public void setRuleMessage(String ruleMessage)
      Set the ruleMessage field.
      Parameter:
      ruleMessage - a ruleMessage object.
    • setSuppressionType

      public void setSuppressionType(String suppressionType)
      Set the suppressionType field.
      Parameter:
      suppressionType - a suppressionType object.
    • setUserMessage

      public void setUserMessage(String userMessage)
      Set the userMessage field.
      Parameter:
      userMessage - a userMessage object.