C_Condition.js 450 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: cchl
  3. // (C) Copyright IBM Corp. 2003, 2016.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_Condition(_cV61, _cBA){this._cW61=_cV61;this._cCA=_cBA;};C_Condition.prototype.F_GetCondition=function(){return this._cW61;};C_Condition.prototype.F_GetConditionProperty=function(){return this._cCA;};