hudson.plugins.checkstyle.rules
Class Topic

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

public class Topic
extends java.lang.Object

Java Bean class representing a DocBook subsection.

Author:
Ulli Hafner

Constructor Summary
Topic()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this topic.
 java.lang.String getValue()
          Returns the value of this topic.
 void setName(java.lang.String name)
          Sets the name of this topic.
 void setValue(java.lang.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 java.lang.String getName()
Returns the name of this topic.

Returns:
the name

setName

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

Parameters:
name - the name

getValue

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

Returns:
the value

setValue

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

Parameters:
value - the value


Copyright © 2004-2011. All Rights Reserved.