hudson.plugins.cpptest.parser
Class RuleDesc

java.lang.Object
  extended by hudson.plugins.cpptest.parser.RuleDesc

public class RuleDesc
extends Object

Java Bean class for a category of the Cpptest format.

Author:
NQH

Constructor Summary
RuleDesc()
           
 
Method Summary
 String getCat()
           
 String getDesc()
           
 String getId()
           
 String getSev()
           
 void setCat(String cat)
           
 void setDesc(String desc)
           
 void setId(String id)
           
 void setSev(String sev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleDesc

public RuleDesc()
Method Detail

setId

public void setId(String id)

getId

public String getId()

setSev

public void setSev(String sev)

getSev

public String getSev()

setDesc

public void setDesc(String desc)

getDesc

public String getDesc()

getCat

public String getCat()

setCat

public void setCat(String cat)


Copyright © 2004-2013. All Rights Reserved.