fr.ifremer.echobase.ui
Class EchoBaseApplicationContext

java.lang.Object
  extended by fr.ifremer.echobase.ui.EchoBaseApplicationContext

public class EchoBaseApplicationContext
extends Object

Since:
0.1
Author:
tchemit

Field Summary
protected  EchoBaseConfiguration configuration
           
protected  DbMeta dbMeta
           
protected  org.nuiton.topia.TopiaContext rootContext
           
 
Constructor Summary
EchoBaseApplicationContext()
           
 
Method Summary
 EchoBaseConfiguration getConfiguration()
           
 DbMeta getDbMeta()
           
 org.nuiton.topia.TopiaContext getRootContext()
           
 void setConfiguration(EchoBaseConfiguration configuration)
           
 void setDbMeta(DbMeta dbMeta)
           
 void setRootContext(org.nuiton.topia.TopiaContext rootContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected EchoBaseConfiguration configuration

dbMeta

protected DbMeta dbMeta

rootContext

protected org.nuiton.topia.TopiaContext rootContext
Constructor Detail

EchoBaseApplicationContext

public EchoBaseApplicationContext()
Method Detail

getConfiguration

public EchoBaseConfiguration getConfiguration()

setConfiguration

public void setConfiguration(EchoBaseConfiguration configuration)

getRootContext

public org.nuiton.topia.TopiaContext getRootContext()

setRootContext

public void setRootContext(org.nuiton.topia.TopiaContext rootContext)

getDbMeta

public DbMeta getDbMeta()

setDbMeta

public void setDbMeta(DbMeta dbMeta)


Copyright © 2011-2012 Ifremer. All Rights Reserved.