added setParentName
This commit is contained in:
parent
dc7bff999c
commit
e27a95cab2
|
@ -32,7 +32,7 @@
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="owner.project.facets" value="java"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
|
|
|
@ -89,6 +89,7 @@ public class ConvertToDataValueObjectModel {
|
||||||
gpVO.setMaxOccurs(gCubeProfile.getMaxOccurs());
|
gpVO.setMaxOccurs(gCubeProfile.getMaxOccurs());
|
||||||
gpVO.setSectionName(gCubeProfile.getSectionName());
|
gpVO.setSectionName(gCubeProfile.getSectionName());
|
||||||
gpVO.setSectionTitle(gCubeProfile.getSectionTitle());
|
gpVO.setSectionTitle(gCubeProfile.getSectionTitle());
|
||||||
|
gpVO.setParentName(gCubeProfile.getParentName());
|
||||||
|
|
||||||
List<FilePath> filePaths = gCubeProfile.getFilePaths();
|
List<FilePath> filePaths = gCubeProfile.getFilePaths();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue