objectivehtml.struts
Class FormConfig

java.lang.Object
  |
  +--objectivehtml.struts.FormConfig

public class FormConfig
extends java.lang.Object

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

FormConfig

public FormConfig()
Method Detail

setName

public void setName(java.lang.String sName)
Sets the name for this form configuration.
Parameters:
sName - the name for this form configuration

getName

public java.lang.String getName()
Gets the name for this form configuration.
Returns:
the name for this form configuration

setType

public void setType(java.lang.String sType)
Sets the type for this form configuration.
Parameters:
sType - the form type

getType

public java.lang.String getType()
Gets the type for this form configuration.
Returns:
the form type

setConnections

public void setConnections(Connections clConnections)
Sets the connections for this form configuration.
Parameters:
clConnections - a collection of Connection objects

getConnections

public Connections getConnections()
Gets the connections for this form configuration.
Returns:
a collection of the Connection objects

setUpdateOrders

public void setUpdateOrders(UpdateOrders objUpdateOrders)
Sets the update-order for this form configuration.
Parameters:
objUpdateOrders - the update-order for this form configuration

getUpdateOrders

public UpdateOrders getUpdateOrders()
Gets the update-order for this form configuration.
Returns:
the update-order for this form configuration