|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lilacsoftware.orca
Class QueueForm

java.lang.Objectorg.apache.struts.action.ActionForm
com.lilacsoftware.orca.QueueForm
- All Implemented Interfaces:
- java.io.Serializable
- public class QueueForm
- extends org.apache.struts.action.ActionForm
Description of the Class
| Field Summary | |
(package private) java.lang.String |
anchor
|
(package private) java.util.Vector |
queue
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
QueueForm()
|
|
| Method Summary | |
java.lang.String |
getAnchor()
Gets the anchor attribute of the QueueForm object |
java.util.Vector |
getQueue()
Get the value of queue. |
void |
setAnchor(java.lang.String anchor)
Sets the anchor attribute of the QueueForm object |
void |
setQueue(java.util.Vector v)
Set the value of queue. |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
queue
java.util.Vector queue
anchor
java.lang.String anchor
| Constructor Detail |
QueueForm
public QueueForm()
| Method Detail |
setQueue
public void setQueue(java.util.Vector v)
- Set the value of queue.
- Since:
setAnchor
public void setAnchor(java.lang.String anchor)
- Sets the anchor attribute of the QueueForm object
- Since:
getQueue
public java.util.Vector getQueue()
- Get the value of queue.
- Since:
getAnchor
public java.lang.String getAnchor()
- Gets the anchor attribute of the QueueForm object
- Since:
|
|||||||||
| Home >> All >> com >> lilacsoftware >> [ orca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC