UNPKG

@seniorsistemas/senior-sam

Version:
113 lines 2.63 kB
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class InputDevice extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set generateIncident(value) { this._generateIncident = value; } get generateIncident() { return this._generateIncident; } set address(value) { this._address = value; } get address() { return this._address; } set defaultState(value) { this._defaultState = value; } get defaultState() { return this._defaultState; } set activationDelay(value) { this._activationDelay = value; } get activationDelay() { return this._activationDelay; } set inputState(value) { this._inputState = value; } get inputState() { return this._inputState; } set incidentType(value) { this._incidentType = value; } get incidentType() { return this._incidentType; } set incidentPriority(value) { this._incidentPriority = value; } get incidentPriority() { return this._incidentPriority; } set masks(value) { this._masks = value; } get masks() { return this._masks; } set activations(value) { this._activations = value; } get activations() { return this._activations; } set parent(value) { this._parent = value; } get parent() { return this._parent; } set description(value) { this._description = value; } get description() { return this._description; } set deviceType(value) { this._deviceType = value; } get deviceType() { return this._deviceType; } set situation(value) { this._situation = value; } get situation() { return this._situation; } set physicalLocation(value) { this._physicalLocation = value; } get physicalLocation() { return this._physicalLocation; } set communicationStatus(value) { this._communicationStatus = value; } get communicationStatus() { return this._communicationStatus; } set integrated(value) { this._integrated = value; } get integrated() { return this._integrated; } set extensibleConfiguration(value) { this._extensibleConfiguration = value; } get extensibleConfiguration() { return this._extensibleConfiguration; } }; //# sourceMappingURL=InputDevice.js.map