public class Supplement
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
project
Snippets of POM xml files used to supplement the data model.
|
Constructor and Description |
---|
Supplement() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProject()
Get snippets of POM xml files used to supplement the data
model.
|
void |
setProject(java.lang.Object project)
Set snippets of POM xml files used to supplement the data
model.
|