hudson.plugins.checkstyle.rules
Class Topic

java.lang.Object
  extended by hudson.plugins.checkstyle.rules.Topic

public class Topic
extends Object

Java Bean class representing a DocBook subsection.

Author:
Ulli Hafner

Constructor Summary
Topic()
           
 
Method Summary
 String getName()
          Returns the name of this topic.
 String getValue()
          Returns the value of this topic.
 void setName(String name)
          Sets the name of this topic.
 void setValue(String value)
          Sets the value of this topic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topic

public Topic()
Method Detail

getName

public String getName()
Returns the name of this topic.

Returns:
the name

setName

public void setName(String name)
Sets the name of this topic.

Parameters:
name - the name

getValue

public String getValue()
Returns the value of this topic.

Returns:
the value

setValue

public void setValue(String value)
Sets the value of this topic.

Parameters:
value - the value


Copyright © 2004-2012 Hudson. All Rights Reserved.