org.opengts.db
Class AccountRecord.AccountKey<RT extends DBRecord>

java.lang.Object
  extended by org.opengts.dbtools.DBRecordKey<RT>
      extended by org.opengts.db.AccountRecord.AccountKey<RT>
Direct Known Subclasses:
Account.Key, AccountString.Key, DeviceRecord.DeviceKey, Driver.Key, Entity.Key, Geozone.Key, GroupRecord.GroupKey, HierarchyRecord.HierarchyKey, PointsOfInterest.Key, ReportJob.Key, Resource.Key, RoleRecord.RoleKey, Rule.Key, SystemAudit.Key, Transport.Key, UserRecord.UserKey
Enclosing class:
AccountRecord<RT extends DBRecord>

public abstract static class AccountRecord.AccountKey<RT extends DBRecord>
extends DBRecordKey<RT>


Field Summary
 
Fields inherited from class org.opengts.dbtools.DBRecordKey
FLD_autoIndex
 
Constructor Summary
AccountRecord.AccountKey()
           
 
Method Summary
 
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, getFactory, 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

AccountRecord.AccountKey

public AccountRecord.AccountKey()