2.17.2: 2011-06-17

net.sf.basedb.core.data
Class UserClientSettingData

java.lang.Object
  extended by net.sf.basedb.core.data.BasicData
      extended by net.sf.basedb.core.data.SettingData
          extended by net.sf.basedb.core.data.UserClientSettingData
All Implemented Interfaces:
IdentifiableData

public class UserClientSettingData
extends SettingData

Version:
2.0
Author:
nicklas
See Also:
UserClientSetting, Session and client overview
Last modified
$Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
Hibernate: class
table="`UserClientSettings`" lazy="false"

Field Summary
private  ClientData client
           
private  UserData user
           
 
Fields inherited from class net.sf.basedb.core.data.SettingData
MAX_NAME_LENGTH, MAX_VALUE_LENGTH
 
Constructor Summary
UserClientSettingData()
           
 
Method Summary
 ClientData getClient()
          Get the client application this setting is valid for.
 UserData getUser()
          Get the user this setting is valid for.
 void setClient(ClientData client)
           
 void setUser(UserData user)
           
 
Methods inherited from class net.sf.basedb.core.data.SettingData
getName, getValue, setName, setValue
 
Methods inherited from class net.sf.basedb.core.data.BasicData
equals, getId, getVersion, hashCode, setId, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

user

private UserData user

client

private ClientData client
Constructor Detail

UserClientSettingData

public UserClientSettingData()
Method Detail

getUser

public UserData getUser()
Get the user this setting is valid for.

Hibernate: column
name="`user_id`" not-null="true" unique-key="uniquesetting"
Hibernate: many-to-one
update="false" outer-join="false"

setUser

public void setUser(UserData user)

getClient

public ClientData getClient()
Get the client application this setting is valid for.

Hibernate: column
name="`client_id`" not-null="true" unique-key="uniquesetting"
Hibernate: many-to-one
update="false" outer-join="false"

setClient

public void setClient(ClientData client)

2.17.2: 2011-06-17