@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
203 lines • 5.22 kB
JavaScript
"use strict";
const BaseModel_1 = require("../BaseModel");
module.exports = class ReaderDevice extends BaseModel_1.BaseModel {
set id(value) {
this._id = value;
}
get id() {
return this._id;
}
set address(value) {
this._address = value;
}
get address() {
return this._address;
}
set readerDeviceTechnology(value) {
this._readerDeviceTechnology = value;
}
get readerDeviceTechnology() {
return this._readerDeviceTechnology;
}
set biometricValidation(value) {
this._biometricValidation = value;
}
get biometricValidation() {
return this._biometricValidation;
}
set biometricManufacturer(value) {
this._biometricManufacturer = value;
}
get biometricManufacturer() {
return this._biometricManufacturer;
}
set relatedReader(value) {
this._relatedReader = value;
}
get relatedReader() {
return this._relatedReader;
}
set biometryLevel(value) {
this._biometryLevel = value;
}
get biometryLevel() {
return this._biometryLevel;
}
set readerDirection(value) {
this._readerDirection = value;
}
get readerDirection() {
return this._readerDirection;
}
set urnSensorTime(value) {
this._urnSensorTime = value;
}
get urnSensorTime() {
return this._urnSensorTime;
}
set urnSensor(value) {
this._urnSensor = value;
}
get urnSensor() {
return this._urnSensor;
}
set parkingSpaceControll(value) {
this._parkingSpaceControll = value;
}
get parkingSpaceControll() {
return this._parkingSpaceControll;
}
set accessTime(value) {
this._accessTime = value;
}
get accessTime() {
return this._accessTime;
}
set biometricOneToOneValidationType(value) {
this._biometricOneToOneValidationType = value;
}
get biometricOneToOneValidationType() {
return this._biometricOneToOneValidationType;
}
set onlineReaderValidationType(value) {
this._onlineReaderValidationType = value;
}
get onlineReaderValidationType() {
return this._onlineReaderValidationType;
}
set offlineReaderValidationType(value) {
this._offlineReaderValidationType = value;
}
get offlineReaderValidationType() {
return this._offlineReaderValidationType;
}
set originPhysicalLocation(value) {
this._originPhysicalLocation = value;
}
get originPhysicalLocation() {
return this._originPhysicalLocation;
}
set destinyPhysicalLocation(value) {
this._destinyPhysicalLocation = value;
}
get destinyPhysicalLocation() {
return this._destinyPhysicalLocation;
}
set releaseProvisoryOnExit(value) {
this._releaseProvisoryOnExit = value;
}
get releaseProvisoryOnExit() {
return this._releaseProvisoryOnExit;
}
set blockProvisoryOnExit(value) {
this._blockProvisoryOnExit = value;
}
get blockProvisoryOnExit() {
return this._blockProvisoryOnExit;
}
set validateVehicle(value) {
this._validateVehicle = value;
}
get validateVehicle() {
return this._validateVehicle;
}
set heldOpenTime(value) {
this._heldOpenTime = value;
}
get heldOpenTime() {
return this._heldOpenTime;
}
set pairingInReaderInterface(value) {
this._pairingInReaderInterface = value;
}
get pairingInReaderInterface() {
return this._pairingInReaderInterface;
}
set headKeyId(value) {
this._headKeyId = value;
}
get headKeyId() {
return this._headKeyId;
}
set cardFormats(value) {
this._cardFormats = value;
}
get cardFormats() {
return this._cardFormats;
}
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=ReaderDevice.js.map