Package com.google.gerrit.entities
Class CommentRange
java.lang.Object
com.google.gerrit.entities.CommentRange
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected int
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
int
int
hashCode()
void
setEndCharacter
(int ec) void
setEndLine
(int el) void
setStartCharacter
(int sc) void
setStartLine
(int sl) toString()
-
Field Details
-
startLine
protected int startLine -
startCharacter
protected int startCharacter -
endLine
protected int endLine -
endCharacter
protected int endCharacter
-
-
Constructor Details
-
CommentRange
protected CommentRange() -
CommentRange
public CommentRange(int sl, int sc, int el, int ec)
-
-
Method Details
-
getStartLine
public int getStartLine() -
getStartCharacter
public int getStartCharacter() -
getEndLine
public int getEndLine() -
getEndCharacter
public int getEndCharacter() -
setStartLine
public void setStartLine(int sl) -
setStartCharacter
public void setStartCharacter(int sc) -
setEndLine
public void setEndLine(int el) -
setEndCharacter
public void setEndCharacter(int ec) -
asCommentRange
-
equals
-
hashCode
public int hashCode() -
toString
-