Class StatusForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.StatusForm
All Implemented Interfaces:
Serializable

public class StatusForm extends org.apache.struts.action.ActionForm
ActionForm bean for editing the status information associated with each metadata record
Author:
ostwald
See Also:
  • Constructor Details

    • StatusForm

      public StatusForm()
      Constructor
  • Method Details

    • clear

      public void clear()
      Description of the Method
    • getCommand

      public String getCommand()
    • setCommand

      public void setCommand(String cmd)
    • getRecId

      public String getRecId()
      Gets the recId attribute of the StatusForm object
      Returns:
      The recId value
    • setRecId

      public void setRecId(String id)
      Sets the recId attribute of the StatusForm object
      Parameters:
      id - The new recId value
    • getNdrHandle

      public String getNdrHandle()
    • setNdrHandle

      public void setNdrHandle(String handle)
    • getHash

      public String getHash()
    • setHash

      public void setHash(String h)
    • getEntryKey

      public String getEntryKey()
    • setEntryKey

      public void setEntryKey(String s)
    • getDcsDataRecord

      public DcsDataRecord getDcsDataRecord()
      Gets the dcsDataRecord attribute of the StatusForm object
      Returns:
      The dcsDataRecord value
    • setDcsDataRecord

      public void setDcsDataRecord(DcsDataRecord dataRec)
      Sets the dcsDataRecord attribute of the StatusForm object
      Parameters:
      dataRec - The new dcsDataRecord value
    • getStatus

      public String getStatus()
      Gets the dcsStatus attribute of the StatusForm object
      Returns:
      The dcsStatus value
    • setStatus

      public void setStatus(String status)
      Sets the status attribute of the StatusForm object
      Parameters:
      status - The new status value
    • getStatusFlags

      public List getStatusFlags()
      Gets the dcsStatusFlags attribute of the StatusForm object
      Returns:
      The dcsStatusFlags value
    • setStatusFlags

      public void setStatusFlags(List flags)
    • getStatusNote

      public String getStatusNote()
      Gets the dcsStatusNote attribute of the StatusForm object
      Returns:
      The dcsStatusNote value
    • setStatusNote

      public void setStatusNote(String statusNote)
      Sets the dcsStatusNote attribute of the StatusForm object
      Parameters:
      statusNote - The new dcsStatusNote value
    • setReferer

      public void setReferer(String referer)
      Sets the referer attribute of the StatusForm object
      Parameters:
      referer - The new referer value
    • getReferer

      public String getReferer()
      Gets the referer attribute of the StatusForm object
      Returns:
      The referer value
    • setCollection

      public void setCollection(String s)
      Sets the collection attribute of the StatusForm object
      Parameters:
      s - The new collection value
    • getCollection

      public String getCollection()
      Gets the collection attribute of the StatusForm object
      Returns:
      The collection value
    • setCollectionName

      public void setCollectionName(String s)
      Sets the collectionName attribute of the StatusForm object
      Parameters:
      s - The new collectionName value
    • getCollectionName

      public String getCollectionName()
      Gets the collectionName attribute of the StatusForm object
      Returns:
      The collectionName value
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm
    • prtln

      protected final void prtln(String s)
      Output a line of text to standard out, with datestamp, if debug is set to true.
      Parameters:
      s - The String that will be output.