com.acciente.induction.init.config
Class Config.ModelDefs.ModelDef

java.lang.Object
  extended by com.acciente.induction.init.config.Config.ModelDefs.ModelDef
Enclosing class:
Config.ModelDefs

public static class Config.ModelDefs.ModelDef
extends Object

Modular configuration container


Method Summary
 String getModelClassName()
           
 String getModelFactoryClassName()
           
 boolean hasModelFactoryClassName()
           
 boolean isApplicationScope()
           
 boolean isInitOnStartUp()
           
 boolean isRequestScope()
           
 boolean isSessionScope()
           
 boolean isStaticScope()
           
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getModelClassName

public String getModelClassName()

getModelFactoryClassName

public String getModelFactoryClassName()

hasModelFactoryClassName

public boolean hasModelFactoryClassName()

isStaticScope

public boolean isStaticScope()

isApplicationScope

public boolean isApplicationScope()

isSessionScope

public boolean isSessionScope()

isRequestScope

public boolean isRequestScope()

isInitOnStartUp

public boolean isInitOnStartUp()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.