public abstract class AbstractDatabaseUser<R extends DBRecord> extends DBRecordWrapper<R> implements User
CHANGED_TS, COMMENT, CREATED_TS, EMAIL, FORE_NAME, GID, IS_ADMIN, IS_LOCKED, LANGUAGE, LAST_NAME, LOGIN_NAME, PASSWORD, UID, userDocType| Constructor and Description |
|---|
AbstractDatabaseUser(R dbo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Must compare based on unique userName
|
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
clone, compareTo, copy, copyRecordValues, dbDelete, dbInsert, dbLoad, dbLoad, dbRehash, dbSearch, dbSearch, dbSearch, dbSearch, dbSelect, dbSelect, dbUpdate, exists, existsField, getFieldCount, getFieldFullNames, getFieldIcon, getFieldLength, getFieldNames, getForeignKeyRef, getJavaType, getJdbcType, getManagedDBObjects, getMasterRecord, getPrimaryKeyCount, getPrimaryKeyValues, getRecordName, getTranslationAppKey, getValue, hasPrimaryKey, isDirty, isFieldVirtual, isForeignKey, isNotNullField, isPrimaryKey, setPrimaryKeyValuesgetRecord, hashCode, toDumpString, toStringconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getChangedTimestamp, getComment, getCreatedTimestamp, getEmailAddress, getForeName, getGID, getLanguage, getLastName, getLoginName, getPassword, getUID, getUserId, isAdmin, isLocked, setAdmin, setChangedTimestamp, setComment, setCreatedTimestamp, setEmailAddress, setForeName, setGID, setLanguage, setLastName, setLocked, setLoginName, setPassword, setUIDtoDumpString, toDumpString, toString, toStringpublic AbstractDatabaseUser(R dbo)
public javax.swing.Icon getRenderIcon()
getRenderIcon in interface RenderablegetRenderIcon in class DBRecordWrapper<R extends DBRecord>public java.awt.Color getRenderColor()
getRenderColor in interface RenderablegetRenderColor in class DBRecordWrapper<R extends DBRecord>public java.lang.String getRenderText()
getRenderText in interface RenderablegetRenderText in class DBRecordWrapper<R extends DBRecord>public boolean equals(java.lang.Object o)
equals in class DBRecordContainer<R extends DBRecord>Copyright © 2013 EsprIT-Systems. All Rights Reserved.