Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lilacsoftware.orca
Class QueueForm  view QueueForm download QueueForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.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: