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)
| Fields inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
ID |
| Methods inherited from interface com.groupdocs.annotation.data.tables.interfaces.ITable |
getId, setId |
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
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.