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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Description of the MethodGets the newRecId attribute of the SIFReferenceForm objectgetRecId()Gets the recId attribute of the SIFReferenceForm objectString[]getTitle()protected final voidOutput a line of text to standard out, with datestamp, if debug is set to true.voidsetCollection(String col) voidsetCommand(String cmd) voidvoidsetElementId(String id) voidsetNewRecId(String id) Sets the newRecId attribute of the SIFReferenceForm objectvoidsetObjectMap(Map map) voidSets the recId attribute of the SIFReferenceForm objectvoidvoidsetSelectedType(String type) voidvoidsetSifTypes(String[] types) voidvoidsetTypeOptions(List options) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
SIFReferenceForm
public SIFReferenceForm()Constructor
-
-
Method Details
-
clear
public void clear()Description of the Method -
getObjectMap
-
setObjectMap
-
getCommand
-
setCommand
-
getRecId
Gets the recId attribute of the SIFReferenceForm object- Returns:
- The recId value
-
setRecId
Sets the recId attribute of the SIFReferenceForm object- Parameters:
id- The new recId value
-
getNewRecId
Gets the newRecId attribute of the SIFReferenceForm object- Returns:
- The newRecId value
-
setNewRecId
Sets the newRecId attribute of the SIFReferenceForm object- Parameters:
id- The new newRecId value
-
getElementId
-
setElementId
-
getElementPath
-
getRefTypeSelectId
-
getSifTypes
-
setSifTypes
-
getSearchString
-
setSearchString
-
getSelectedType
-
setSelectedType
-
getTypeOptions
-
setTypeOptions
-
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getSetMap
-
setSetMap
-
getCollection
-
setCollection
-
prtln
Output a line of text to standard out, with datestamp, if debug is set to true.- Parameters:
s- The String that will be output.
-