org.opengts.extra.tables
Class UnassignedDevices.Key

java.lang.Object
  extended by org.opengts.dbtools.DBRecordKey<UnassignedDevices>
      extended by org.opengts.extra.tables.UnassignedDevices.Key
Enclosing class:
UnassignedDevices

public static class UnassignedDevices.Key
extends DBRecordKey<UnassignedDevices>


Field Summary
 
Fields inherited from class org.opengts.dbtools.DBRecordKey
FLD_autoIndex
 
Constructor Summary
UnassignedDevices.Key()
           
UnassignedDevices.Key(java.lang.String serverId, java.lang.String mobileId)
           
 
Method Summary
 DBFactory<UnassignedDevices> 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

UnassignedDevices.Key

public UnassignedDevices.Key()

UnassignedDevices.Key

public UnassignedDevices.Key(java.lang.String serverId,
                             java.lang.String mobileId)
Method Detail

getFactory

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

Specified by:
getFactory in class DBRecordKey<UnassignedDevices>