public class System
extends java.lang.Object
implements java.io.Serializable
The system table contains information about the system. At this time the most important information is the date the last insert or update operation was executed.
The value can be used for client systems monitoring the database to know when they may need to update their internal caches of information from the database.
Constructor and Description |
---|
System() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Gets the id.
|
java.util.Date |
getLastDatabaseUpdate()
Gets the last database update.
|
void |
setId(java.lang.Long id)
Sets the id.
|
void |
setLastDatabaseUpdate(java.util.Date lastDatabaseUpdate)
Sets the last database update.
|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the id to setpublic java.util.Date getLastDatabaseUpdate()
public void setLastDatabaseUpdate(java.util.Date lastDatabaseUpdate)
lastDatabaseUpdate
- the lastDatabaseUpdate to setCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa