UNPKG

@egi/smart-db

Version:

Unified Smart DB Access

1 lines 4.09 kB
import{AbstractModel}from"./abstract-model";export class SmartDbVersionModel extends AbstractModel{constructor(e){super(),e&&this.assign(e)}static getClassName(){return"SmartDbVersionModel"}static getTableName(){return"smart_db_version"}static getPrimaryKey(){return"VER_ID"}static from(e){let t=null;return e&&(t=new SmartDbVersionModel,e instanceof SmartDbVersionModel?Object.assign(t,e):t.assign(e)),t}clone(){return SmartDbVersionModel.from(this)}getClassName(){return"SmartDbVersionModel"}getTableName(){return"smart_db_version"}getPrimaryKey(){return"VER_ID"}getAttributeMap(){return SmartDbVersionModel.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}}SmartDbVersionModel.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"}};