|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ideo.sweetdevria.config.elements.BuilderConfig
public class BuilderConfig
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 |
---|
protected boolean configured
protected java.lang.String id
protected IRIAConfig riaConfig
protected java.lang.String drawer
protected java.lang.String modelProviderClass
Constructor Detail |
---|
public BuilderConfig()
Method Detail |
---|
public boolean isConfigured()
public void setConfigured(boolean configured)
configured
- The configured to set.public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public java.lang.String getDrawer()
public void setDrawer(java.lang.String drawer)
drawer
- The drawer to set.public java.lang.String getModelControllerClass()
public void setModelControllerClass(java.lang.String modelProviderClass)
public IRIAConfig getRiaConfig()
public void setRiaConfig(IRIAConfig riaConfig)
riaConfig
- The riaConfig to set.public DrawerConfig getDrawerConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |