vds/ipprot_nova/modelviews/TrimLevel.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.vds.ipprot_nova.modelviews.TrimLevel');

goog.require('spv.vds.ipprot_nova.modelviews.Campaign');
goog.require('spv.vds.ipprot_nova.modelviews.Values');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.modelviews.TrimLevel = function()
{
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.id;

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

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

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

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

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

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

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

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.sort_order;

	/**
	 * @type {spv.vds.ipprot_nova.modelviews.Campaign}
	 * @nocollapse
	 */
	this.campaign;

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

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

	/**
	 * @type {spv.vds.ipprot_nova.modelviews.Values}
	 * @nocollapse
	 */
	this.values;
};