Class SIFReferenceForm

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

public class SIFReferenceForm extends org.apache.struts.action.ActionForm
Author:
ostwald
See Also:
  • Constructor Details

    • SIFReferenceForm

      public SIFReferenceForm()
      Constructor
  • Method Details

    • clear

      public void clear()
      Description of the Method
    • getObjectMap

      public Map getObjectMap()
    • setObjectMap

      public void setObjectMap(Map map)
    • getCommand

      public String getCommand()
    • setCommand

      public void setCommand(String cmd)
    • getRecId

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

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

      public String getNewRecId()
      Gets the newRecId attribute of the SIFReferenceForm object
      Returns:
      The newRecId value
    • setNewRecId

      public void setNewRecId(String id)
      Sets the newRecId attribute of the SIFReferenceForm object
      Parameters:
      id - The new newRecId value
    • getElementId

      public String getElementId()
    • setElementId

      public void setElementId(String id)
    • getElementPath

      public String getElementPath()
    • getRefTypeSelectId

      public String getRefTypeSelectId()
    • getSifTypes

      public String[] getSifTypes()
    • setSifTypes

      public void setSifTypes(String[] types)
    • getSearchString

      public String getSearchString()
    • setSearchString

      public void setSearchString(String s)
    • getSelectedType

      public String getSelectedType()
    • setSelectedType

      public void setSelectedType(String type)
    • getTypeOptions

      public List getTypeOptions()
    • setTypeOptions

      public void setTypeOptions(List options)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String s)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String s)
    • getSetMap

      public Map getSetMap()
    • setSetMap

      public void setSetMap(Map map)
    • getCollection

      public String getCollection()
    • setCollection

      public void setCollection(String col)
    • 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.