com.ihr.xbrl.pojo
Class System

java.lang.Object
  extended by com.ihr.xbrl.pojo.System
All Implemented Interfaces:
java.io.Serializable

public class System
extends java.lang.Object
implements java.io.Serializable

There should be just one record on the system table in the database.

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.

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
System()
           
 
Method Summary
 java.lang.Long getId()
           
 java.util.Date getLastDatabaseUpdate()
           
 void setId(java.lang.Long id)
           
 void setLastDatabaseUpdate(java.util.Date lastDatabaseUpdate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System()
Method Detail

getId

public java.lang.Long getId()
Returns:
the id

setId

public void setId(java.lang.Long id)
Parameters:
id - the id to set

getLastDatabaseUpdate

public java.util.Date getLastDatabaseUpdate()
Returns:
the lastDatabaseUpdate

setLastDatabaseUpdate

public void setLastDatabaseUpdate(java.util.Date lastDatabaseUpdate)
Parameters:
lastDatabaseUpdate - the lastDatabaseUpdate to set


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa