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()
Method getModelEncoding.
|
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 an encoding used for reading/writing the model.
|
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–2016 The Apache Software Foundation. All rights reserved.