public class AnnotateLine extends Object
Constructor and Description |
---|
AnnotateLine() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the author of this line.
|
String |
getContent()
Return the line's content.
|
Date |
getDate()
Returns the date of this line.
|
String |
getDateString()
Returns the date in original String-representation of this line.
|
int |
getLineNum()
Returns the line's number.
|
Integer |
getLineNumInteger()
Returns the line's number.
|
String |
getRevision()
Returns the revision of this line.
|
void |
setAuthor(String author)
Sets the author of this line.
|
void |
setContent(String content)
Sets the line's content.
|
void |
setDateString(String dateString)
Sets the date of this line.
|
void |
setLineNum(int lineNum)
Sets the line's number.
|
void |
setRevision(String revision)
Sets the revision of this line.
|
public String getAuthor()
public void setAuthor(String author)
public String getRevision()
public void setRevision(String revision)
public Date getDate()
public String getDateString()
public void setDateString(String dateString)
public String getContent()
public void setContent(String content)
public int getLineNum()
public Integer getLineNumInteger()
public void setLineNum(int lineNum)
Copyright © 2016. All rights reserved.