org.apache.maven.continuum.model.scm
Class ChangeFile

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

public class ChangeFile
extends Object
implements Serializable

Class ChangeFile.

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

Constructor Summary
ChangeFile()
           
 
Method Summary
 String getName()
          Get the name field.
 String getRevision()
          Get the revision field.
 String getStatus()
          Get the status field.
 void setName(String name)
          Set the name field.
 void setRevision(String revision)
          Set the revision field.
 void setStatus(String status)
          Set the status field.
 String toString()
          Provide a version of the object as a string for debugging purposes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeFile

public ChangeFile()
Method Detail

getName

public String getName()
Get the name field.

Returns:
String

getRevision

public String getRevision()
Get the revision field.

Returns:
String

getStatus

public String getStatus()
Get the status field.

Returns:
String

setName

public void setName(String name)
Set the name field.

Parameters:
name -

setRevision

public void setRevision(String revision)
Set the revision field.

Parameters:
revision -

setStatus

public void setStatus(String status)
Set the status field.

Parameters:
status -

toString

public String toString()
Provide a version of the object as a string for debugging purposes

Overrides:
toString in class Object
Returns:
a Stringmade up of the properties of the object


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