UNPKG

@seniorsistemas/senior-sam

Version:
197 lines 4.56 kB
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class Person 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 gender(value) { this._gender = value; } get gender() { return this._gender; } set birthday(value) { this._birthday = value; } get birthday() { return this._birthday; } set registry(value) { this._registry = value; } get registry() { return this._registry; } set registerDate(value) { this._registerDate = value; } get registerDate() { return this._registerDate; } set lastModificationDate(value) { this._lastModificationDate = value; } get lastModificationDate() { return this._lastModificationDate; } set photoDate(value) { this._photoDate = value; } get photoDate() { return this._photoDate; } set address(value) { this._address = value; } get address() { return this._address; } set district(value) { this._district = value; } get district() { return this._district; } set city(value) { this._city = value; } get city() { return this._city; } set federalState(value) { this._federalState = value; } get federalState() { return this._federalState; } set zipCode(value) { this._zipCode = value; } get zipCode() { return this._zipCode; } set nationality(value) { this._nationality = value; } get nationality() { return this._nationality; } set lastAccessDate(value) { this._lastAccessDate = value; } get lastAccessDate() { return this._lastAccessDate; } set currentPhysicalLocation(value) { this._currentPhysicalLocation = value; } get currentPhysicalLocation() { return this._currentPhysicalLocation; } set situation(value) { this._situation = value; } get situation() { return this._situation; } set lastAccessAllowedDate(value) { this._lastAccessAllowedDate = value; } get lastAccessAllowedDate() { return this._lastAccessAllowedDate; } set lastAccessAllowedPhysicalLocation(value) { this._lastAccessAllowedPhysicalLocation = value; } get lastAccessAllowedPhysicalLocation() { return this._lastAccessAllowedPhysicalLocation; } set physicalLocationWhereLevelUpdated(value) { this._physicalLocationWhereLevelUpdated = value; } get physicalLocationWhereLevelUpdated() { return this._physicalLocationWhereLevelUpdated; } set documents(value) { this._documents = value; } get documents() { return this._documents; } set phones(value) { this._phones = value; } get phones() { return this._phones; } set emails(value) { this._emails = value; } get emails() { return this._emails; } set personRoles(value) { this._personRoles = value; } get personRoles() { return this._personRoles; } set biometries(value) { this._biometries = value; } get biometries() { return this._biometries; } set credentials(value) { this._credentials = value; } get credentials() { return this._credentials; } set situations(value) { this._situations = value; } get situations() { return this._situations; } set incidentViewed(value) { this._incidentViewed = value; } get incidentViewed() { return this._incidentViewed; } set personVehicle(value) { this._personVehicle = value; } get personVehicle() { return this._personVehicle; } set groups(value) { this._groups = value; } get groups() { return this._groups; } set organizationalStructuresPerson(value) { this._organizationalStructuresPerson = value; } get organizationalStructuresPerson() { return this._organizationalStructuresPerson; } set user(value) { this._user = value; } get user() { return this._user; } }; //# sourceMappingURL=Person.js.map