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, setPrimaryKeyValues
getRecord, hashCode, toDumpString, toString
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, 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, setUID
toDumpString, toDumpString, toString, toString
public AbstractDatabaseUser(R dbo)
public javax.swing.Icon getRenderIcon()
getRenderIcon
in interface Renderable
getRenderIcon
in class DBRecordWrapper<R extends DBRecord>
public java.awt.Color getRenderColor()
getRenderColor
in interface Renderable
getRenderColor
in class DBRecordWrapper<R extends DBRecord>
public java.lang.String getRenderText()
getRenderText
in interface Renderable
getRenderText
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.