added setParentName

This commit is contained in:
Francesco Mangiacrapa 2022-03-07 12:01:28 +01:00
parent dc7bff999c
commit e27a95cab2
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>

View File

@ -89,6 +89,7 @@ public class ConvertToDataValueObjectModel {
gpVO.setMaxOccurs(gCubeProfile.getMaxOccurs());
gpVO.setSectionName(gCubeProfile.getSectionName());
gpVO.setSectionTitle(gCubeProfile.getSectionTitle());
gpVO.setParentName(gCubeProfile.getParentName());
List<FilePath> filePaths = gCubeProfile.getFilePaths();