DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.sif.action.form
Class SIFReferenceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SIFReferenceForm()
          Constructor
 
Method Summary
 void clear()
          Description of the Method
 String getCollection()
           
 String getCommand()
           
 String getDescription()
           
 String getElementId()
           
 String getElementPath()
           
 String getNewRecId()
          Gets the newRecId attribute of the SIFReferenceForm object
 Map getObjectMap()
           
 String getRecId()
          Gets the recId attribute of the SIFReferenceForm object
 String getRefTypeSelectId()
           
 String getSearchString()
           
 String getSelectedType()
           
 Map getSetMap()
           
 String[] getSifTypes()
           
 String getTitle()
           
 List getTypeOptions()
           
protected  void prtln(String s)
          Output a line of text to standard out, with datestamp, if debug is set to true.
 void setCollection(String col)
           
 void setCommand(String cmd)
           
 void setDescription(String s)
           
 void setElementId(String id)
           
 void setNewRecId(String id)
          Sets the newRecId attribute of the SIFReferenceForm object
 void setObjectMap(Map map)
           
 void setRecId(String id)
          Sets the recId attribute of the SIFReferenceForm object
 void setSearchString(String s)
           
 void setSelectedType(String type)
           
 void setSetMap(Map map)
           
 void setSifTypes(String[] types)
           
 void setTitle(String s)
           
 void setTypeOptions(List options)
           
 
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
 

Constructor Detail

SIFReferenceForm

public SIFReferenceForm()
Constructor

Method Detail

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.

DLESE Tools
v1.6.0