setValue: function (field, value) {
            if (!this.getEndPoint().hasField(field)) {
                throw new Error('Field ' + field + ' is not available.');
            }
            this._entry[field] = value;