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
Constructors Constructor Description Annotation(long revision, java.lang.String author, java.util.Date changed, java.lang.String line)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthor()
java.util.Date
getChanged()
java.lang.String
getLine()
long
getRevision()
void
setLine(java.lang.String line)
java.lang.String
toString()
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-