2.17.2: 2011-06-17

net.sf.basedb.core.data
Class ClientDefaultSettingData

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.ClientDefaultSettingData
All Implemented Interfaces:
IdentifiableData

public class ClientDefaultSettingData
extends SettingData

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

Field Summary
private  ClientData client
           
 
Fields inherited from class net.sf.basedb.core.data.SettingData
MAX_NAME_LENGTH, MAX_VALUE_LENGTH
 
Constructor Summary
ClientDefaultSettingData()
           
 
Method Summary
 ClientData getClient()
          Get the client application this setting is valid for.
 void setClient(ClientData client)
           
 
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

client

private ClientData client
Constructor Detail

ClientDefaultSettingData

public ClientDefaultSettingData()
Method Detail

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