Package 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
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:
-
Field Summary
Fields inherited from class org.dlese.dpc.dds.action.form.VocabForm
audience, field, language, metaFormat, value, vocabFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the DDSManageCollectionsForm object -
Method Summary
Modifier and TypeMethodDescriptionGets the statusComment attribute of the DDSManageCollectionsForm objectstatic voidsetDebug(boolean db) Sets the debug attribute of the objectvoidsetStatusComment(String val) Sets the statusComment attribute of the DDSManageCollectionsForm objectMethods 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, setVocabInterfaceMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
DDSManageCollectionsForm
public DDSManageCollectionsForm()Constructor for the DDSManageCollectionsForm object
-
-
Method Details
-
getStatusComment
Gets the statusComment attribute of the DDSManageCollectionsForm object- Returns:
- The statusComment value
-
setStatusComment
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
-