Showing paste #wonx1 by alinakazi@apache.org: (Show raw paste)

/**
 * Generated by Apache Royale Compiler from com/dbz/VO/INV/dbzAdjustmentTypeSetupVO.as
 * com.dbz.VO.INV.dbzAdjustmentTypeSetupVO
 *
 * @fileoverview
 *
 * @suppress {missingRequire|checkTypes|accessControls}
 */

goog.provide('com.dbz.VO.INV.dbzAdjustmentTypeSetupVO');
/* Royale Dependency List: */



/**
 * @constructor
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO = function() {
};


/**
 * Prevent renaming of class. Needed for reflection.
 */
goog.exportSymbol('com.dbz.VO.INV.dbzAdjustmentTypeSetupVO', com.dbz.VO.INV.dbzAdjustmentTypeSetupVO);


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_Code = "0";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_Desc = "";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_SanType = "";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_Acc_Code = "";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_Acc_Desc = "";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_SepTrans = "0";


/**
 * @export
 * @type {string}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ad_ZeroQty = "0";


/**
 * Metadata
 *
 * @type {Object.<string, Array.<Object>>}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ROYALE_CLASS_INFO = { names: [{ name: 'dbzAdjustmentTypeSetupVO', qName: 'com.dbz.VO.INV.dbzAdjustmentTypeSetupVO', kind: 'class' }] };



/**
 * Reflection
 *
 * @return {Object.<string, Function>}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ROYALE_REFLECTION_INFO = function () {
  return {
    variables: function () {
      return {
        'ad_Code': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_Code = v : inst.ad_Code;}},
        'ad_Desc': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_Desc = v : inst.ad_Desc;}},
        'ad_SanType': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_SanType = v : inst.ad_SanType;}},
        'ad_Acc_Code': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_Acc_Code = v : inst.ad_Acc_Code;}},
        'ad_Acc_Desc': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_Acc_Desc = v : inst.ad_Acc_Desc;}},
        'ad_SepTrans': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_SepTrans = v : inst.ad_SepTrans;}},
        'ad_ZeroQty': { type: 'String', get_set: function (/** com.dbz.VO.INV.dbzAdjustmentTypeSetupVO */ inst, /** * */ v) {return v !== undefined ? inst.ad_ZeroQty = v : inst.ad_ZeroQty;}}
      };
    }
  };
};
/**
 * @const
 * @type {number}
 */
com.dbz.VO.INV.dbzAdjustmentTypeSetupVO.prototype.ROYALE_REFLECTION_INFO.compileFlags = 9;
Make a new paste