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

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

public class AnnotateLine
extends java.lang.Object


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

AnnotateLine

public AnnotateLine()
Method Detail

getAuthor

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


setAuthor

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


getRevision

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


setRevision

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


getDate

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


getDateString

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


setDateString

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


getContent

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


setContent

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


getLineNum

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


getLineNumInteger

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


setLineNum

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


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.