[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-software-products-rest / vendor-software-products-rest-types / src / main / java / org / openecomp / sdcrests / vendorsoftwareproducts / types / ComponentCreationDto.java
1 package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3 public class ComponentCreationDto {
4   private String vfcId;
5
6   public String getVfcId() {
7     return vfcId;
8   }
9
10   public void setVfcId(String vfcId) {
11     this.vfcId = vfcId;
12   }
13 }