|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.command.annotate.AnnotateLine
public class AnnotateLine
Constructor Summary | |
---|---|
AnnotateLine()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotateLine()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |