|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectivehtml.struts.UpdateOrder
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 |
public UpdateOrder()
Method Detail |
public void setName(java.lang.String sName)
sName
- the name of the form fieldpublic java.lang.String getName()
public void setOrder(int nOrder)
sOrder
- the update-order of the form fieldpublic int getOrder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |