public abstract class AbstractDatabaseUser<R extends DBRecord> extends DBRecordWrapper<R> implements User
changedTsKey, commentKey, createdTsKey, emailKey, foreNameKey, isAdminKey, isLockedKey, languageKey, lastNameKey, passwordKey, uidKey, userNameKey, usersDocType
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.lang.String |
getPersistentName()
Returns the String value to be stored in the database or file.
|
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
clone, compareTo, copyRecordValues, dbDelete, dbInsert, dbLoad, dbLoad, dbRehash, dbSearch, dbSearch, dbSearch, dbSearch, dbSelect, dbSelect, dbUpdate, deepClone, 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, getLanguage, getLastName, getPassword, getUID, getUserId, getUserName, isAdmin, isLocked, setAdmin, setChangedTimestamp, setComment, setCreatedTimestamp, setEmailAddress, setForeName, setLanguage, setLastName, setLocked, 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 final java.lang.String getPersistentName()
PersistentName
getPersistentName
in interface PersistentName
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 © 2014 EsprIT-Systems. All Rights Reserved.