org.opengts.extra.tables
Class PendingCommands.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<PendingCommands>
              extended by org.opengts.extra.tables.PendingCommands.Key
Enclosing class:
PendingCommands

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


Field Summary
 
Fields inherited from class org.opengts.dbtools.DBRecordKey
FLD_autoIndex
 
Constructor Summary
PendingCommands.Key()
           
PendingCommands.Key(java.lang.String acctId, java.lang.String devId, long queueTime, int sendState, java.lang.String cmdType, java.lang.String cmdID)
           
 
Method Summary
 DBFactory<PendingCommands> 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

PendingCommands.Key

public PendingCommands.Key()

PendingCommands.Key

public PendingCommands.Key(java.lang.String acctId,
                           java.lang.String devId,
                           long queueTime,
                           int sendState,
                           java.lang.String cmdType,
                           java.lang.String cmdID)
Method Detail

getFactory

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

Specified by:
getFactory in class DBRecordKey<PendingCommands>