UNPKG

@seniorsistemas/senior-sam

Version:
47 lines 1 kB
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class InputMasking extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set startHour(value) { this._startHour = value; } get startHour() { return this._startHour; } set endHour(value) { this._endHour = value; } get endHour() { return this._endHour; } set businessDays(value) { this._businessDays = value; } get businessDays() { return this._businessDays; } set saturday(value) { this._saturday = value; } get saturday() { return this._saturday; } set sunday(value) { this._sunday = value; } get sunday() { return this._sunday; } set holiday(value) { this._holiday = value; } get holiday() { return this._holiday; } }; //# sourceMappingURL=InputMasking.js.map