org.eclipse.egit.github.core
Class CommitComment

java.lang.Object
  extended by org.eclipse.egit.github.core.Comment
      extended by org.eclipse.egit.github.core.CommitComment
All Implemented Interfaces:
Serializable

public class CommitComment
extends Comment

Commit comment model class.

See Also:
Serialized Form

Constructor Summary
CommitComment()
           
 
Method Summary
 String getCommitId()
           
 int getLine()
           
 String getPath()
           
 int getPosition()
           
 CommitComment setCommitId(String commitId)
           
 CommitComment setLine(int line)
           
 CommitComment setPath(String path)
           
 CommitComment setPosition(int position)
           
 
Methods inherited from class org.eclipse.egit.github.core.Comment
getBody, getBodyHtml, getBodyText, getCreatedAt, getId, getUpdatedAt, getUrl, getUser, setBody, setBodyHtml, setBodyText, setCreatedAt, setId, setUpdatedAt, setUrl, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitComment

public CommitComment()
Method Detail

getLine

public int getLine()
Returns:
line

setLine

public CommitComment setLine(int line)
Parameters:
line -
Returns:
this commit comment

getPosition

public int getPosition()
Returns:
position

setPosition

public CommitComment setPosition(int position)
Parameters:
position -
Returns:
this commit comment

getCommitId

public String getCommitId()
Returns:
commitId

setCommitId

public CommitComment setCommitId(String commitId)
Parameters:
commitId -
Returns:
this commit comment

getPath

public String getPath()
Returns:
path

setPath

public CommitComment setPath(String path)
Parameters:
path -
Returns:
this commit comment


Copyright © 2012. All Rights Reserved.