|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.log.ScmLogEntry
public class ScmLogEntry
Represents a log entry from the subversion repository.
| Constructor Summary | |
|---|---|
ScmLogEntry()
Creates a new instance of ScmLogEntry |
|
| Method Summary | |
|---|---|
int |
compareTo(Object object)
Compare method, to order log entries. |
String |
getAuthor()
Getter for property author. |
Date |
getDate()
Getter for property date. |
Message |
getMessage()
Getter for property message. |
String |
getRevision()
Getter for property revision. |
void |
setAuthor(String author)
Setter for property author. |
void |
setDate(Date date)
Setter for property date. |
void |
setMessage(Message message)
Setter for property message. |
void |
setRevision(String revision)
Setter for property revision. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScmLogEntry()
| Method Detail |
|---|
public String getRevision()
public void setRevision(String revision)
revision - New value of property revision.public Date getDate()
public void setDate(Date date)
date - New value of property date.public Message getMessage()
public void setMessage(Message message)
message - New value of property message.public String getAuthor()
public void setAuthor(String author)
author - New value of property author.public int compareTo(Object object)
compareTo in interface Comparableobject - the object to be compred with this.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||