org.opengts.db.tables
Class EventData.Key

java.lang.Object
  extended by org.opengts.dbtools.DBRecordKey<RT>
      extended by org.opengts.db.AccountRecord.AccountKey<RT>
          extended by org.opengts.db.DeviceRecord.DeviceKey<EventData>
              extended by org.opengts.db.tables.EventData.Key
Enclosing class:
EventData

public static class EventData.Key
extends DeviceRecord.DeviceKey<EventData>


Field Summary
 
Fields inherited from class org.opengts.dbtools.DBRecordKey
FLD_autoIndex
 
Constructor Summary
EventData.Key()
           
EventData.Key(java.lang.String acctId, java.lang.String devId, long timestamp, int statusCode)
           
EventData.Key(java.lang.String acctId, java.lang.String devId, long timestamp, int statusCode, java.lang.String entity)
           
 
Method Summary
 DBFactory<EventData> getFactory()
          Gets the DBFactory for this DBRecoedKey
 
Methods inherited from class org.opengts.dbtools.DBRecordKey
_delete, _deleteDependencies, _exists, _getDBRecord, _getWhereClause, altIndexDelete, altIndexExists, delete, delete, equals, exists, exists, exists, FilterID, getAltKeyFields, getDBRecord, getDBRecord, getDBRecord, getField, getFields, getFieldValue, getFieldValueAsString, getFieldValues, getKeyFields, getKeyValue, getKeyValueAsString, getKeyValues, getTaggedFieldNames, getTranslatedTableName, getUntranslatedTableName, getVirtualDBRecord, getWhereClause, hasFieldValue, hasKeyValue, hasTaggedFields, isFullKey, isPartialKey, isTaggedFieldName, isValidIDChar, parentsExist, printXML, printXML, printXML, printXML, printXML, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setKeyValue, setKeyValue, setKeyValue, setKeyValue, setKeyValue, setTaggedFieldNames, toString, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventData.Key

public EventData.Key()

EventData.Key

public EventData.Key(java.lang.String acctId,
                     java.lang.String devId,
                     long timestamp,
                     int statusCode)

EventData.Key

public EventData.Key(java.lang.String acctId,
                     java.lang.String devId,
                     long timestamp,
                     int statusCode,
                     java.lang.String entity)
Method Detail

getFactory

public DBFactory<EventData> getFactory()
Description copied from class: DBRecordKey
Gets the DBFactory for this DBRecoedKey

Specified by:
getFactory in class DBRecordKey<EventData>