ds/ipprot/storage/SummaryItem.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot.storage.SummaryItem');

goog.require('spv.ds.ipprot.storage.PluginData');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot.storage.SummaryItem = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.ItemText;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.PriceText;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.MenuText;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.ItemId;

	/**
	 * @type {Array.<string>}
	 * @nocollapse
	 */
	this.MenuHierarchy;

	/**
	 * @type {Array.<spv.ds.ipprot.storage.PluginData>}
	 * @nocollapse
	 */
	this.PluginDataSet;
};