UNPKG

@seniorsistemas/senior-sam

Version:
35 lines 784 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class PersonRoleSuspension extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set startDate(value) { this._startDate = value; } get startDate() { return this._startDate; } set endDate(value) { this._endDate = value; } get endDate() { return this._endDate; } set justification(value) { this._justification = value; } get justification() { return this._justification; } set status(value) { this._status = value; } get status() { return this._status; } }; //# sourceMappingURL=PersonRoleSuspension.js.map