public class ChangesDocument extends Object implements Serializable
Constructor and Description |
---|
ChangesDocument() |
Modifier and Type | Method and Description |
---|---|
Body |
getBody()
Get contains the releases of this project with the actions
taken
for each of the releases.
|
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(String modelEncoding)
Set the modelEncoding field.
|
void |
setProperties(Properties properties)
Set contains the properties of this document.
|
public Body getBody()
public String getModelEncoding()
public Properties getProperties()
public void setBody(Body body)
body
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setProperties(Properties properties)
properties
- Copyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.