org.apache.maven.plugins.changes.model
Class ChangesDocument

java.lang.Object
  extended by org.apache.maven.plugins.changes.model.ChangesDocument
All Implemented Interfaces:
java.io.Serializable

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

Record every release with their subsequent changes.

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

Constructor Summary
ChangesDocument()
           
 
Method Summary
 Body getBody()
          Get contains the releases of this project with the actions taken for each of the releases.
 java.lang.String getModelEncoding()
          Get the modelEncoding field.
 Properties getProperties()
          Get contains the properties of this document.
 void setBody(Body body)
          Set contains the releases of this project with the actions taken for each of the releases.
 void setModelEncoding(java.lang.String modelEncoding)
          Set the modelEncoding field.
 void setProperties(Properties properties)
          Set contains the properties of this document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesDocument

public ChangesDocument()
Method Detail

getBody

public Body getBody()
Get contains the releases of this project with the actions taken for each of the releases.

Returns:
Body

getModelEncoding

public java.lang.String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getProperties

public Properties getProperties()
Get contains the properties of this document.

Returns:
Properties

setBody

public void setBody(Body body)
Set contains the releases of this project with the actions taken for each of the releases.

Parameters:
body -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setProperties

public void setProperties(Properties properties)
Set contains the properties of this document.

Parameters:
properties -


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.