org.netbeans.lib.cvsclient.command.annotate
Class AnnotateLine

java.lang.Object
  extended by org.netbeans.lib.cvsclient.command.annotate.AnnotateLine

public class AnnotateLine
extends Object

Author:
Thomas Singer

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

AnnotateLine

public AnnotateLine()
Method Detail

getAuthor

public String getAuthor()
Returns the author of this line.


setAuthor

public void setAuthor(String author)
Sets the author of this line.


getRevision

public String getRevision()
Returns the revision of this line.


setRevision

public void setRevision(String revision)
Sets the revision of this line.


getDate

public Date getDate()
Returns the date of this line.


getDateString

public String getDateString()
Returns the date in original String-representation of this line.


setDateString

public void setDateString(String dateString)
Sets the date of this line.


getContent

public String getContent()
Return the line's content.


setContent

public void setContent(String content)
Sets the line's content.


getLineNum

public int getLineNum()
Returns the line's number. It's 1 based.


getLineNumInteger

public Integer getLineNumInteger()
Returns the line's number.


setLineNum

public void setLineNum(int lineNum)
Sets the line's number.



Copyright © 2011. All Rights Reserved.