UNPKG

@seniorsistemas/senior-sam

Version:
71 lines 1.63 kB
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class VirtualLobby extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set name(value) { this._name = value; } get name() { return this._name; } set description(value) { this._description = value; } get description() { return this._description; } set physicalLocation(value) { this._physicalLocation = value; } get physicalLocation() { return this._physicalLocation; } set originPhysicalLocation(value) { this._originPhysicalLocation = value; } get originPhysicalLocation() { return this._originPhysicalLocation; } set destinationPhysicalLocation(value) { this._destinationPhysicalLocation = value; } get destinationPhysicalLocation() { return this._destinationPhysicalLocation; } set group(value) { this._group = value; } get group() { return this._group; } set situation(value) { this._situation = value; } get situation() { return this._situation; } set cameras(value) { this._cameras = value; } get camerasid() { return this._cameras; } set actions(value) { this._actions = value; } get actions() { return this._actions; } set devices(value) { this._devices = value; } get devices() { return this._devices; } }; //# sourceMappingURL=VirtualLobby.js.map