]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/Identifications/OpeningPlatformType.java
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / Identifications / OpeningPlatformType.java
index cc6a3f9c7787555bf72988d8b6ccebb3d41484a3..34c847eb0eb4a04e96472f177c20031ba223c088 100644 (file)
@@ -14,9 +14,8 @@
  **/\r
 package org.tianocore.frameworkwizard.common.Identifications;\r
 \r
-import javax.swing.tree.TreePath;\r
-\r
 import org.tianocore.PlatformSurfaceAreaDocument;\r
+import org.tianocore.frameworkwizard.platform.PlatformIdentification;\r
 \r
 public class OpeningPlatformType extends OpeningFileType {\r
     //\r
@@ -24,20 +23,17 @@ public class OpeningPlatformType extends OpeningFileType {
     //\r
     private PlatformSurfaceAreaDocument.PlatformSurfaceArea xmlFpd = null;\r
     \r
+    private PlatformIdentification id = null;\r
+    \r
     public OpeningPlatformType() {\r
         \r
     }\r
     \r
-    public OpeningPlatformType(Identification identification, PlatformSurfaceAreaDocument.PlatformSurfaceArea fpd) {\r
-        super(identification);\r
+    public OpeningPlatformType(PlatformIdentification identification, PlatformSurfaceAreaDocument.PlatformSurfaceArea fpd) {\r
+        this.id = identification;\r
         this.xmlFpd = fpd;\r
     }\r
     \r
-    public OpeningPlatformType(Identification identification, PlatformSurfaceAreaDocument.PlatformSurfaceArea fpd, TreePath treePath) {\r
-        super(identification, treePath);\r
-        this.xmlFpd = fpd;\r
-    }\r
-\r
     public PlatformSurfaceAreaDocument.PlatformSurfaceArea getXmlFpd() {\r
         return xmlFpd;\r
     }\r
@@ -45,4 +41,12 @@ public class OpeningPlatformType extends OpeningFileType {
     public void setXmlFpd(PlatformSurfaceAreaDocument.PlatformSurfaceArea xmlFpd) {\r
         this.xmlFpd = xmlFpd;\r
     }\r
+\r
+    public PlatformIdentification getId() {\r
+        return id;\r
+    }\r
+\r
+    public void setId(PlatformIdentification id) {\r
+        this.id = id;\r
+    }\r
 }\r