Merge 1806 code of vid-common
[vid.git] / vid-app-common / src / main / java / org / onap / vid / model / NewServiceModel.java
index 9ac0836..e55ba4a 100644 (file)
@@ -67,6 +67,9 @@ public class NewServiceModel {
 
        private Map<String, Node> pnfs;
 
+       private Map<String, CR> collectionResource;
+
+
        /**
         * Instantiates a new service model.
         */
@@ -178,6 +181,14 @@ public class NewServiceModel {
                this.pnfs = pnfs;
        }
 
+       public Map<String, CR> getCollectionResource() {
+               return collectionResource;
+       }
+
+       public void setCollectionResource(Map<String, CR> collectionResource) {
+               this.collectionResource = collectionResource;
+       }
+
        /**
         * Extract service.
         *