org.opengts.db.tables
Class GroupList.Key

java.lang.Object
  extended by org.opengts.dbtools.DBRecordKey<RT>
      extended by org.opengts.db.AccountRecord.AccountKey<RT>
          extended by org.opengts.db.UserRecord.UserKey<GroupList>
              extended by org.opengts.db.tables.GroupList.Key
Enclosing class:
GroupList

public static class GroupList.Key
extends UserRecord.UserKey<GroupList>


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

GroupList.Key

public GroupList.Key()

GroupList.Key

public GroupList.Key(java.lang.String accountId,
                     java.lang.String userId,
                     java.lang.String groupId)
Method Detail

getFactory

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

Specified by:
getFactory in class DBRecordKey<GroupList>