org.apache.maven.continuum.xmlrpc.scm
Class ChangeSet

java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.scm.ChangeSet
All Implemented Interfaces:
Serializable

public class ChangeSet
extends Object
implements Serializable

Class ChangeSet.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

ChangeSet

public ChangeSet()
Method Detail

addFile

public void addFile(ChangeFile changeFile)
Method addFile.

Parameters:
changeFile -

getAuthor

public String getAuthor()
Get the author field.

Returns:
String

getComment

public String getComment()
Get the comment field.

Returns:
String

getDate

public long getDate()
Get the date field.

Returns:
long

getFiles

public List<ChangeFile> getFiles()
Method getFiles.

Returns:
List

getId

public String getId()
Get the id field.

Returns:
String

removeFile

public void removeFile(ChangeFile changeFile)
Method removeFile.

Parameters:
changeFile -

setAuthor

public void setAuthor(String author)
Set the author field.

Parameters:
author -

setComment

public void setComment(String comment)
Set the comment field.

Parameters:
comment -

setDate

public void setDate(long date)
Set the date field.

Parameters:
date -

setFiles

public void setFiles(List<ChangeFile> files)
Set the files field.

Parameters:
files -

setId

public void setId(String id)
Set the id field.

Parameters:
id -

toString

public String toString()
Overrides:
toString in class Object
Returns:
Returns string representation of the changeset

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

getDateAsDate

public Date getDateAsDate()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.