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:
  • Constructor Details

    • DDSManageCollectionsForm

      public DDSManageCollectionsForm()
      Constructor for the DDSManageCollectionsForm object
  • Method Details

    • 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