Object.defineProperty(this, 'right', {
      get: function() { return this._right; },
      set: function(newValue) {
        this.updateValue('_right', newValue);
      }