com.groupdocs.annotation.data.tables.interfaces
Interface ISystemInfo

All Superinterfaces:
ITable

public interface ISystemInfo
extends ITable

Interface for SystemInfo entity

Author:
Aleksey Permyakov (01.10.2014)

Field Summary
static String DATABASE_VERSION
           
static int SYSTEM_INFO_ID
           
static String TABLE_NAME
           
 
Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
ID
 
Method Summary
 int getDatabaseVersion()
          Getter for property 'databaseVersion'.
 void setDatabaseVersion(int databaseVersion)
          Setter for property 'databaseVersion'.
 
Methods inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable
getId, setId
 

Field Detail

TABLE_NAME

static final String TABLE_NAME
See Also:
Constant Field Values

SYSTEM_INFO_ID

static final int SYSTEM_INFO_ID
See Also:
Constant Field Values

DATABASE_VERSION

static final String DATABASE_VERSION
See Also:
Constant Field Values
Method Detail

getDatabaseVersion

int getDatabaseVersion()
Getter for property 'databaseVersion'.

Returns:
Value for property 'databaseVersion'.

setDatabaseVersion

void setDatabaseVersion(int databaseVersion)
Setter for property 'databaseVersion'.

Parameters:
databaseVersion - Value to set for property 'databaseVersion'.


Copyright © 2014. All rights reserved.