org.tigris.subversion.svnclientadapter
Class Annotations.Annotation
java.lang.Object
org.tigris.subversion.svnclientadapter.Annotations.Annotation
- Enclosing class:
- Annotations
public static class Annotations.Annotation
- extends java.lang.Object
Class represeting one line of the annotations, i.e. an annotation record
Constructor Summary |
Annotations.Annotation(long revision,
java.lang.String author,
java.util.Date changed,
java.lang.String line)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Annotations.Annotation
public Annotations.Annotation(long revision,
java.lang.String author,
java.util.Date changed,
java.lang.String line)
- Constructor
- Parameters:
revision
- author
- changed
- line
-
getAuthor
public java.lang.String getAuthor()
- Returns:
- Returns the author.
getChanged
public java.util.Date getChanged()
- Returns:
- Returns the changed.
getLine
public java.lang.String getLine()
- Returns:
- Returns the line.
setLine
public void setLine(java.lang.String line)
- Parameters:
line
- The line to set.
getRevision
public long getRevision()
- Returns:
- Returns the revision.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object