value: function setProperty(id, value) {
            if (this.properties[id]) {
                this.properties[id].value = value;
                return OK;
            } else {