|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.struts.FormConfig
This class holds a list of directives for a form configuration.
| Constructor Summary | |
FormConfig()
|
|
| Method Summary | |
Connections |
getConnections()
Gets the connections for this form configuration. |
java.lang.String |
getName()
Gets the name for this form configuration. |
java.lang.String |
getType()
Gets the type for this form configuration. |
UpdateOrders |
getUpdateOrders()
Gets the update-order for this form configuration. |
void |
setConnections(Connections clConnections)
Sets the connections for this form configuration. |
void |
setName(java.lang.String sName)
Sets the name for this form configuration. |
void |
setType(java.lang.String sType)
Sets the type for this form configuration. |
void |
setUpdateOrders(UpdateOrders objUpdateOrders)
Sets the update-order for this form configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormConfig()
| Method Detail |
public void setName(java.lang.String sName)
sName - the name for this form configurationpublic java.lang.String getName()
public void setType(java.lang.String sType)
sType - the form typepublic java.lang.String getType()
public void setConnections(Connections clConnections)
clConnections - a collection of Connection objectspublic Connections getConnections()
public void setUpdateOrders(UpdateOrders objUpdateOrders)
objUpdateOrders - the update-order for this form configurationpublic UpdateOrders getUpdateOrders()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||