objectivehtml.struts
Class UpdateOrder

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

public class UpdateOrder
extends java.lang.Object

This class the details for the update-order for a form field.


Constructor Summary
UpdateOrder()
           
 
Method Summary
 java.lang.String getName()
          Gets the name of the form field.
 int getOrder()
          Gets the update-order of the form field.
 void setName(java.lang.String sName)
          Sets the name of the form field.
 void setOrder(int nOrder)
          Sets the update-order form field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateOrder

public UpdateOrder()
Method Detail

setName

public void setName(java.lang.String sName)
Sets the name of the form field.
Parameters:
sName - the name of the form field

getName

public java.lang.String getName()
Gets the name of the form field.
Returns:
the name of the form field

setOrder

public void setOrder(int nOrder)
Sets the update-order form field.
Parameters:
sOrder - the update-order of the form field

getOrder

public int getOrder()
Gets the update-order of the form field.
Returns:
the update-order of the form field