|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.continuum.model.scm.ChangeSet
public class ChangeSet
Class ChangeSet.
| Constructor Summary | |
|---|---|
ChangeSet()
|
|
| Method Summary | |
|---|---|
void |
addFile(ChangeFile changeFile)
Method addFile. |
boolean |
equals(Object obj)
|
String |
getAuthor()
Get the author field. |
String |
getComment()
Get the comment field. |
long |
getDate()
Get the date field. |
Date |
getDateAsDate()
|
List<ChangeFile> |
getFiles()
Method getFiles. |
String |
getId()
Get the id field. |
void |
removeFile(ChangeFile changeFile)
Method removeFile. |
void |
setAuthor(String author)
Set the author field. |
void |
setComment(String comment)
Set the comment field. |
void |
setDate(long date)
Set the date field. |
void |
setFiles(List<ChangeFile> files)
Set the files field. |
void |
setId(String id)
Set the id field. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeSet()
| Method Detail |
|---|
public void addFile(ChangeFile changeFile)
changeFile - public String getAuthor()
public String getComment()
public long getDate()
public List<ChangeFile> getFiles()
public String getId()
public void removeFile(ChangeFile changeFile)
changeFile - public void setAuthor(String author)
author - public void setComment(String comment)
comment - public void setDate(long date)
date - public void setFiles(List<ChangeFile> files)
files - public void setId(String id)
id - public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Date getDateAsDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||