|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.sif.action.form.SIFReferenceForm
public class SIFReferenceForm
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 |
---|
public SIFReferenceForm()
Method Detail |
---|
public void clear()
public Map getObjectMap()
public void setObjectMap(Map map)
public String getCommand()
public void setCommand(String cmd)
public String getRecId()
public void setRecId(String id)
id
- The new recId valuepublic String getNewRecId()
public void setNewRecId(String id)
id
- The new newRecId valuepublic String getElementId()
public void setElementId(String id)
public String getElementPath()
public String getRefTypeSelectId()
public String[] getSifTypes()
public void setSifTypes(String[] types)
public String getSearchString()
public void setSearchString(String s)
public String getSelectedType()
public void setSelectedType(String type)
public List getTypeOptions()
public void setTypeOptions(List options)
public String getDescription()
public void setDescription(String s)
public String getTitle()
public void setTitle(String s)
public Map getSetMap()
public void setSetMap(Map map)
public String getCollection()
public void setCollection(String col)
protected final void prtln(String s)
s
- The String that will be output.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |