org.sonar.api.workflow.internal
Class DefaultComment

java.lang.Object
  extended by org.sonar.api.workflow.internal.DefaultComment
All Implemented Interfaces:
Comment

@Beta
public final class DefaultComment
extends Object
implements Comment

Since:
3.1

Method Summary
 String getMarkdownText()
           
 Long getUserId()
           
 DefaultComment setMarkdownText(String s)
           
 DefaultComment setUserId(Long l)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMarkdownText

public String getMarkdownText()
Specified by:
getMarkdownText in interface Comment

setMarkdownText

public DefaultComment setMarkdownText(String s)
Specified by:
setMarkdownText in interface Comment

getUserId

public Long getUserId()
Specified by:
getUserId in interface Comment

setUserId

public DefaultComment setUserId(Long l)
Specified by:
setUserId in interface Comment

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.