ds/ipprot_nova/output/OutBopUpdate.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_nova.output.OutBopUpdate');

goog.require('spv.ds.ipprot_nova.output.DisplayPrice');
goog.require('spv.ds.ipprot_nova.output.ItemAuxiliary');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.OutBopUpdate = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.id;

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

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

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

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

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.has_readmore;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.visible;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.selected;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.disabled;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.selectable;

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

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

	/**
	 * @type {spv.ds.ipprot_nova.output.DisplayPrice}
	 * @nocollapse
	 */
	this.price;

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

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

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

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

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

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

	/**
	 * @type {Object}
	 * @nocollapse
	 */
	this.aux_carrier;
};