org.codehaus.mojo.taglist.output
Class TagListXMLComment

java.lang.Object
  extended by org.codehaus.mojo.taglist.output.TagListXMLComment
All Implemented Interfaces:
Serializable

public class TagListXMLComment
extends Object
implements Serializable

The comment a tag was found within.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
TagListXMLComment()
           
 
Method Summary
 String getComment()
          Get the comment field.
 String getLineNumber()
          Get the lineNumber field.
 void setComment(String comment)
          Set the comment field.
 void setLineNumber(String lineNumber)
          Set the lineNumber field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagListXMLComment

public TagListXMLComment()
Method Detail

getComment

public String getComment()
Get the comment field.

Returns:
String

getLineNumber

public String getLineNumber()
Get the lineNumber field.

Returns:
String

setComment

public void setComment(String comment)
Set the comment field.

Parameters:
comment -

setLineNumber

public void setLineNumber(String lineNumber)
Set the lineNumber field.

Parameters:
lineNumber -


Copyright © 2005-2014 Codehaus. All Rights Reserved.