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

Package class diagram package ChangeFile
java.lang.Object
  extended by org.apache.maven.continuum.xmlrpc.scm.ChangeFile
All Implemented Interfaces:
java.io.Serializable

public class ChangeFile
extends java.lang.Object
implements java.io.Serializable

Class ChangeFile.

See Also:
Serialized Form

Constructor Summary
ChangeFile()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get the name field.
 java.lang.String getRevision()
          Get the revision field.
 java.lang.String getStatus()
          Get the status field.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setName(java.lang.String name)
          Set the name field.
 void setRevision(java.lang.String revision)
          Set the revision field.
 void setStatus(java.lang.String status)
          Set the status field.
 java.lang.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 java.lang.String getName()
Get the name field.

Returns:
String

getRevision

public java.lang.String getRevision()
Get the revision field.

Returns:
String

getStatus

public java.lang.String getStatus()
Get the status field.

Returns:
String

setName

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

Parameters:
name -

setRevision

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

Parameters:
revision -

setStatus

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

Parameters:
status -

toString

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

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

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.