aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/types/zusammen/ItemProperties.java
blob: c5f132f0f2a0e58fe64fab3a592afd37bd38ac4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openecomp.sdc.vendorsoftwareproduct.types.zusammen;

/**
 * @author Avrahamg
 * @since February 16, 2017
 */
public class ItemProperties {
  public static final String TYPE = "type";
  public static final String CATEGORY = "category";
  public static final String VENDOR_NAME = "vendorName";
  public static final String VSP_ID = "vspId";
}