UNPKG

@seniorsistemas/senior-sam

Version:
29 lines 610 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class PhysicalLocation extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set parent(value) { this._parent = value; } get parent() { return this._parent; } set name(value) { this._name = value; } get name() { return this._name; } set status(value) { this._status = value; } get status() { return this._status; } }; //# sourceMappingURL=PhysicalLocation.js.map