org.dlese.dpc.dds.action.form
Class DDSManageCollectionsForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.dds.action.form.VocabForm
org.dlese.dpc.dds.action.form.DDSManageCollectionsForm
- All Implemented Interfaces:
- Serializable
public final class DDSManageCollectionsForm
- extends VocabForm
- implements Serializable
A Struts Form bean for managing the items in the DDS collections. This class works in
conjuction with the DDSManageCollectionsAction
Struts
Action class.
- Author:
- John Weatherley
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Method Summary |
String |
getStatusComment()
Gets the statusComment attribute of the DDSManageCollectionsForm object |
static void |
setDebug(boolean db)
Sets the debug attribute of the object |
void |
setStatusComment(String val)
Sets the statusComment attribute of the DDSManageCollectionsForm object |
Methods inherited from class org.dlese.dpc.dds.action.form.VocabForm |
getAudience, getField, getFieldId, getFieldLabel, getIsVocabTermAvailable, getLanguage, getVocab, getVocabList, getVocabList, getVocabTerm, setField, setField, setMetaFormat, setValue, setVocab, setVocabInterface |
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 |
DDSManageCollectionsForm
public DDSManageCollectionsForm()
- Constructor for the DDSManageCollectionsForm object
getStatusComment
public String getStatusComment()
- Gets the statusComment attribute of the DDSManageCollectionsForm object
- Returns:
- The statusComment value
setStatusComment
public void setStatusComment(String val)
- Sets the statusComment attribute of the DDSManageCollectionsForm object
- Parameters:
val
- The new statusComment value
setDebug
public static void setDebug(boolean db)
- Sets the debug attribute of the object
- Parameters:
db
- The new debug value