com.ideo.sweetdevria.config.elements
Class BuilderConfig

java.lang.Object
  extended by com.ideo.sweetdevria.config.elements.BuilderConfig

public class BuilderConfig
extends java.lang.Object

A JavaBean representing the configuration information of a <builder> element in a RIA configuration file.


Field Summary
protected  boolean configured
           
protected  java.lang.String drawer
          Reference of a declared drawer.
protected  java.lang.String id
           
protected  java.lang.String modelProviderClass
           
protected  IRIAConfig riaConfig
           
 
Constructor Summary
BuilderConfig()
           
 
Method Summary
 java.lang.String getDrawer()
          Get the drawer.
 DrawerConfig getDrawerConfig()
          Return the drawer configuration associated with the builder configuration
 java.lang.String getId()
          Get the id.
 java.lang.String getModelControllerClass()
           
 IRIAConfig getRiaConfig()
          Get the riaConfig.
 boolean isConfigured()
          Get the configured.
 void setConfigured(boolean configured)
          Set the configured.
 void setDrawer(java.lang.String drawer)
          Set the drawer.
 void setId(java.lang.String id)
          Set the id.
 void setModelControllerClass(java.lang.String modelProviderClass)
           
 void setRiaConfig(IRIAConfig riaConfig)
          Set the riaConfig.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configured

protected boolean configured

id

protected java.lang.String id

riaConfig

protected IRIAConfig riaConfig

drawer

protected java.lang.String drawer
Reference of a declared drawer.


modelProviderClass

protected java.lang.String modelProviderClass
Constructor Detail

BuilderConfig

public BuilderConfig()
Method Detail

isConfigured

public boolean isConfigured()
Get the configured.

Returns:
Returns the configured.

setConfigured

public void setConfigured(boolean configured)
Set the configured.

Parameters:
configured - The configured to set.

getId

public java.lang.String getId()
Get the id.

Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Set the id.

Parameters:
id - The id to set.

getDrawer

public java.lang.String getDrawer()
Get the drawer.

Returns:
Returns the drawer.

setDrawer

public void setDrawer(java.lang.String drawer)
Set the drawer.

Parameters:
drawer - The drawer to set.

getModelControllerClass

public java.lang.String getModelControllerClass()

setModelControllerClass

public void setModelControllerClass(java.lang.String modelProviderClass)

getRiaConfig

public IRIAConfig getRiaConfig()
Get the riaConfig.

Returns:
Returns the riaConfig.

setRiaConfig

public void setRiaConfig(IRIAConfig riaConfig)
Set the riaConfig.

Parameters:
riaConfig - The riaConfig to set.

getDrawerConfig

public DrawerConfig getDrawerConfig()
Return the drawer configuration associated with the builder configuration

Returns:
drawer configuration for the builder


Copyright © 2010 Ideo Technologies. All Rights Reserved.