com.togethersoft.testing.shared
Class Comment

com.togethersoft.testing.shared.TextData
  |
  +--com.togethersoft.testing.shared.Comment

public class Comment
extends TextData

Represents a comment.


Constructor Summary
Comment()
          Creates new Comment with empty value
Comment(String value)
          Creates new Comment with given value

Method Summary
 StringgetTagName()
           

Methods inherited from class com.togethersoft.testing.shared.TextData
getValue, setValue

Constructor Detail

Comment

public Comment()
Creates new Comment with empty value

Comment

public Comment(String value)
Creates new Comment with given value
Method Detail

getTagName

public String getTagName()