Public Member Functions | |
ConsoleUser (String name, String password) | |
String | getUserId () |
Integer | getIdent () |
String | getName () |
String | getPassword () |
String | getDefaultPrinter () |
void | setDefaultPrinter (String defaultPrinter) |
Integer | getDefaultConfiguration () |
void | setDefaultConfiguration (Integer defaultConfiguration) |
int | hashCode () |
boolean | equals (Object obj) |
Public Attributes | |
String | userId |
Integer | ident |
String | password |
String | defaultPrinter |
Integer | defaultConfiguration |
Protected Member Functions | |
ConsoleUser () | |
void | setUserId (String userId) |
void | setIdent (Integer ident) |
void | setPassword (String password) |
|
|
|
|
|
|
|
|
|
.property name="getDefaultPrinter" column="DEFAULT_PRINTER" not-null="false" unique="false" |
|
.property name="getIdent" column="IDENT" not-null="false" unique="false" |
|
|
|
|
|
.id generator-class="assigned" column="USER_ID" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|