objectivehtml.struts
Class UpdateOrders

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

public class UpdateOrders
extends java.lang.Object

This class holds the update order of the fields of a form.


Constructor Summary
UpdateOrders()
           
 
Method Summary
 void addUpdateOrder(UpdateOrder objUpdateOrder)
          Adds a new form-field directive object.
 java.util.Collection getUpdateOrders()
          Returns a collection of the UpdateOrder objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateOrders

public UpdateOrders()
Method Detail

addUpdateOrder

public void addUpdateOrder(UpdateOrder objUpdateOrder)
Adds a new form-field directive object.
Parameters:
objUpdateOrder - a UpdateOrder object to add

getUpdateOrders

public java.util.Collection getUpdateOrders()
Returns a collection of the UpdateOrder objects.
Returns:
a shallow copy of the list