@egi/smart-db
Version:
Unified Smart DB Access
1 lines • 4.66 kB
JavaScript
import{AbstractModel}from"../models/abstract-model";export class SmartDbVersionViewModel extends AbstractModel{constructor(e){super(),e&&this.assign(e)}static getClassName(){return"SmartDbVersionViewModel"}static getTableName(){return"smart_db_version_view"}static getPrimaryKey(){return""}static from(e){let t=null;return e&&(t=new SmartDbVersionViewModel,e instanceof SmartDbVersionViewModel?Object.assign(t,e):t.assign(e)),t}clone(){return SmartDbVersionViewModel.from(this)}getClassName(){return"SmartDbVersionViewModel"}getTableName(){return"smart_db_version_view"}getPrimaryKey(){return""}getAttributeMap(){return SmartDbVersionViewModel.attributeMap}get id(){return this._id}set id(e){this._id=e}get ver_id(){return this._id}set ver_id(e){this._id=e}get VER_ID(){return this._id}set VER_ID(e){this._id=e}get module(){return this._module}set module(e){this._module=e}get ver_module(){return this._module}set ver_module(e){this._module=e}get VER_MODULE(){return this._module}set VER_MODULE(e){this._module=e}get sequence(){return this._sequence}set sequence(e){this._sequence=e}get ver_sequence(){return this._sequence}set ver_sequence(e){this._sequence=e}get VER_SEQUENCE(){return this._sequence}set VER_SEQUENCE(e){this._sequence=e}get version(){return this._version}set version(e){this._version=e}get ver_version(){return this._version}set ver_version(e){this._version=e}get VER_VERSION(){return this._version}set VER_VERSION(e){this._version=e}get subVersion(){return this._subVersion}set subVersion(e){this._subVersion=e}get ver_sub_version(){return this._subVersion}set ver_sub_version(e){this._subVersion=e}get VER_SUB_VERSION(){return this._subVersion}set VER_SUB_VERSION(e){this._subVersion=e}get revision(){return this._revision}set revision(e){this._revision=e}get ver_revision(){return this._revision}set ver_revision(e){this._revision=e}get VER_REVISION(){return this._revision}set VER_REVISION(e){this._revision=e}get releaseType(){return this._releaseType}set releaseType(e){this._releaseType=e}get ver_release_type(){return this._releaseType}set ver_release_type(e){this._releaseType=e}get VER_RELEASE_TYPE(){return this._releaseType}set VER_RELEASE_TYPE(e){this._releaseType=e}get installDate(){return this._installDate}set installDate(e){this._installDate=e}get ver_install_date(){return this._installDate}set ver_install_date(e){this._installDate=e}get VER_INSTALL_DATE(){return this._installDate}set VER_INSTALL_DATE(e){this._installDate=e}get versionString(){return this._versionString}set versionString(e){this._versionString=e}get ver_version_string(){return this._versionString}set ver_version_string(e){this._versionString=e}get VER_VERSION_STRING(){return this._versionString}set VER_VERSION_STRING(e){this._versionString=e}}SmartDbVersionViewModel.attributeMap={id:{alias:"VER_ID",typeScriptStyle:!0,type:"number",attribute:"_id"},ver_id:{type:"number",attribute:"_id"},VER_ID:{physical:!0,type:"number",attribute:"_id"},module:{alias:"VER_MODULE",typeScriptStyle:!0,type:"string",attribute:"_module"},ver_module:{type:"string",attribute:"_module"},VER_MODULE:{physical:!0,type:"string",attribute:"_module"},sequence:{alias:"VER_SEQUENCE",typeScriptStyle:!0,type:"number",attribute:"_sequence"},ver_sequence:{type:"number",attribute:"_sequence"},VER_SEQUENCE:{physical:!0,type:"number",attribute:"_sequence"},version:{alias:"VER_VERSION",typeScriptStyle:!0,type:"string",attribute:"_version"},ver_version:{type:"string",attribute:"_version"},VER_VERSION:{physical:!0,type:"string",attribute:"_version"},subVersion:{alias:"VER_SUB_VERSION",typeScriptStyle:!0,type:"string",attribute:"_subVersion"},ver_sub_version:{type:"string",attribute:"_subVersion"},VER_SUB_VERSION:{physical:!0,type:"string",attribute:"_subVersion"},revision:{alias:"VER_REVISION",typeScriptStyle:!0,type:"string",attribute:"_revision"},ver_revision:{type:"string",attribute:"_revision"},VER_REVISION:{physical:!0,type:"string",attribute:"_revision"},releaseType:{alias:"VER_RELEASE_TYPE",typeScriptStyle:!0,type:"string",attribute:"_releaseType"},ver_release_type:{type:"string",attribute:"_releaseType"},VER_RELEASE_TYPE:{physical:!0,type:"string",attribute:"_releaseType"},installDate:{alias:"VER_INSTALL_DATE",typeScriptStyle:!0,type:"SqlValueType",attribute:"_installDate"},ver_install_date:{type:"SqlValueType",attribute:"_installDate"},VER_INSTALL_DATE:{physical:!0,type:"SqlValueType",attribute:"_installDate"},versionString:{alias:"VER_VERSION_STRING",typeScriptStyle:!0,type:"string",attribute:"_versionString"},ver_version_string:{type:"string",attribute:"_versionString"},VER_VERSION_STRING:{physical:!0,type:"string",attribute:"_versionString"}};