DLESE Tools
v1.6.0

org.dlese.dpc.suggest.action.form
Class SuggestForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.suggest.action.form.SuggestForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SuggestCommentForm, SuggestResourceForm

public class SuggestForm
extends org.apache.struts.action.ActionForm

Base ActionForm for Suggestor controllers that access a SuggestionRecord.

Version:
$Id: SuggestForm.java,v 1.5 2009/03/20 23:34:00 jweather Exp $
Author:
ostwald
See Also:
Serialized Form

Field Summary
protected  boolean coppa
           
protected  boolean popup
           
protected  SchemaHelper schemaHelper
          NOT YET DOCUMENTED
protected  MetadataVocab vocab
          NOT YET DOCUMENTED
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SuggestForm()
          Constructor
 
Method Summary
 void clear()
          resets the bean's key attributes
 boolean getCoppa()
           
 boolean getPopup()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Stub for reseting form variables
 void setCoppa(boolean val)
           
 void setPopup(boolean b)
           
 void setSchemaHelper(SchemaHelper schemaHelper)
          Sets the schemaHelper attribute of the SuggestForm object
 void setVocab(MetadataVocab vocab)
          Sets the vocab attribute of the SuggestForm object
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, 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

schemaHelper

protected SchemaHelper schemaHelper
NOT YET DOCUMENTED


vocab

protected MetadataVocab vocab
NOT YET DOCUMENTED


coppa

protected boolean coppa

popup

protected boolean popup
Constructor Detail

SuggestForm

public SuggestForm()
Constructor

Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  HttpServletRequest request)
Stub for reseting form variables

Overrides:
reset in class org.apache.struts.action.ActionForm
Parameters:
mapping - Description of the Parameter
request - Description of the Parameter

clear

public void clear()
resets the bean's key attributes


setVocab

public void setVocab(MetadataVocab vocab)
Sets the vocab attribute of the SuggestForm object

Parameters:
vocab - The new vocab value

setSchemaHelper

public void setSchemaHelper(SchemaHelper schemaHelper)
Sets the schemaHelper attribute of the SuggestForm object

Parameters:
schemaHelper - The new schemaHelper value

getPopup

public boolean getPopup()

setPopup

public void setPopup(boolean b)

getCoppa

public boolean getCoppa()

setCoppa

public void setCoppa(boolean val)

DLESE Tools
v1.6.0