c5f132f0f2a0e58fe64fab3a592afd37bd38ac4e
[sdc.git] /
1 package org.openecomp.sdc.vendorsoftwareproduct.types.zusammen;
2
3 /**
4  * @author Avrahamg
5  * @since February 16, 2017
6  */
7 public class ItemProperties {
8   public static final String TYPE = "type";
9   public static final String CATEGORY = "category";
10   public static final String VENDOR_NAME = "vendorName";
11   public static final String VSP_ID = "vspId";
12 }