DLESE Tools
v1.6.0

org.dlese.dpc.vocab.action.form
Class VocabAdminForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.vocab.action.form.VocabAdminForm
All Implemented Interfaces:
Serializable

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

A Struts Form bean for presenting vocab configuration information

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
protected  String loaderFeedback
           
protected  MetadataVocab vocab
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
VocabAdminForm()
           
 
Method Summary
 String getLoaderFeedback()
          Gets the loaderFeedback attribute of the VocabAdminForm object
 void setLoaderFeedback(String loaderFeedback)
          Sets the loaderFeedback attribute of the VocabAdminForm 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
 

Field Detail

vocab

protected MetadataVocab vocab

loaderFeedback

protected String loaderFeedback
Constructor Detail

VocabAdminForm

public VocabAdminForm()
Method Detail

setLoaderFeedback

public void setLoaderFeedback(String loaderFeedback)
Sets the loaderFeedback attribute of the VocabAdminForm object

Parameters:
loaderFeedback - The new loaderFeedback value

getLoaderFeedback

public String getLoaderFeedback()
Gets the loaderFeedback attribute of the VocabAdminForm object

Returns:
The loaderFeedback value

DLESE Tools
v1.6.0