Class SuppressedViolation

java.lang.Object
org.apache.maven.plugins.pmd.model.SuppressedViolation
All Implemented Interfaces:
Serializable

public class SuppressedViolation extends Object implements Serializable
Class SuppressedViolation.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • SuppressedViolation

      public SuppressedViolation()
  • Method Details

    • getFilename

      public String getFilename()
      Get the filename field.
      Returns:
      String
    • getRuleMessage

      public String getRuleMessage()
      Get the ruleMessage field.
      Returns:
      String
    • getSuppressionType

      public String getSuppressionType()
      Get the suppressionType field.
      Returns:
      String
    • getUserMessage

      public String getUserMessage()
      Get the userMessage field.
      Returns:
      String
    • setFilename

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

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

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

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