DLESE Tools
v1.2

org.dlese.dpc.dds.action.form
Class HistogramForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.dlese.dpc.dds.action.form.HistogramForm
All Implemented Interfaces:
Serializable

public final class HistogramForm
extends org.apache.struts.action.ActionForm
implements Serializable

A Struts Form bean for handling DDS histogram requests

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
HistogramForm()
          Constructor for the DDSViewResourceForm object
 
Method Summary
 ArrayList getCollections()
          Gets the collection attribute of the HistogramForm object
 String getError()
          Gets the error attribute of the DDSViewResourceForm object
 String getGroup()
          Gets the group attribute of the HistogramForm object
 String getHasCollectionSpecified()
          Gets the hasCollectionSpecified attribute of the HistogramForm object
 void setError(String error)
          Sets the error attribute of the DDSViewResourceForm object
 void setGroup(String group)
          Sets the group attribute of the HistogramForm object
 void setHasCollectionSpecified(String hasCollectionSpecified)
          Sets the hasCollectionSpecified attribute of the HistogramForm object
 void setVocab(MetadataVocab vocab)
          Constructor for the setVocab object
 
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
 

Constructor Detail

HistogramForm

public HistogramForm()
Constructor for the DDSViewResourceForm object

Method Detail

setVocab

public void setVocab(MetadataVocab vocab)
Constructor for the setVocab object

Parameters:
vocab -

setHasCollectionSpecified

public void setHasCollectionSpecified(String hasCollectionSpecified)
Sets the hasCollectionSpecified attribute of the HistogramForm object

Parameters:
hasCollectionSpecified - The new hasCollectionSpecified value

getHasCollectionSpecified

public String getHasCollectionSpecified()
Gets the hasCollectionSpecified attribute of the HistogramForm object

Returns:
The hasCollectionSpecified value

getGroup

public String getGroup()
Gets the group attribute of the HistogramForm object

Returns:
The group value

setGroup

public void setGroup(String group)
Sets the group attribute of the HistogramForm object

Parameters:
group - The new group value

setError

public void setError(String error)
Sets the error attribute of the DDSViewResourceForm object

Parameters:
error - The new error value

getError

public String getError()
Gets the error attribute of the DDSViewResourceForm object

Returns:
The error value

getCollections

public ArrayList getCollections()
Gets the collection attribute of the HistogramForm object

Returns:
The collection value

DLESE Tools
v1.2