|
||||||||||
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 | |
---|---|
java.lang.String |
getAuthor()
Returns the author of this line. |
java.lang.String |
getContent()
Return the line's content. |
java.util.Date |
getDate()
Returns the date of this line. |
java.lang.String |
getDateString()
Returns the date in original String-representation of this line. |
int |
getLineNum()
Returns the line's number. |
java.lang.Integer |
getLineNumInteger()
Returns the line's number. |
java.lang.String |
getRevision()
Returns the revision of this line. |
void |
setAuthor(java.lang.String author)
Sets the author of this line. |
void |
setContent(java.lang.String content)
Sets the line's content. |
void |
setDateString(java.lang.String dateString)
Sets the date of this line. |
void |
setLineNum(int lineNum)
Sets the line's number. |
void |
setRevision(java.lang.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 java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.String getRevision()
public void setRevision(java.lang.String revision)
public java.util.Date getDate()
public java.lang.String getDateString()
public void setDateString(java.lang.String dateString)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public int getLineNum()
public java.lang.Integer getLineNumInteger()
public void setLineNum(int lineNum)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |