|
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.dds.action.form.DDSEditRecordForm
public class DDSEditRecordForm
A bean that holds data for editing records.
DDSReportingAction
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DDSEditRecordForm()
Constructor for the RepositoryForm object |
Method Summary | |
---|---|
String |
getCollection()
|
String |
getDeleteRecord()
|
protected static String |
getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
String |
getId()
|
String |
getRecordId()
|
String |
getRecordXml()
|
String |
getXmlFormat()
|
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
protected void |
prtlnErr(String s)
Output a line of text to error out, with datestamp. |
void |
setCollection(String value)
|
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute |
void |
setDeleteRecord(String value)
|
void |
setId(String value)
|
void |
setRecordId(String value)
|
void |
setRecordXml(String value)
|
void |
setXmlFormat(String value)
|
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 DDSEditRecordForm()
Method Detail |
---|
public String getId()
public void setId(String value)
public String getRecordXml()
public void setRecordXml(String value)
public String getCollection()
public void setCollection(String value)
public String getXmlFormat()
public void setXmlFormat(String value)
public String getRecordId()
public void setRecordId(String value)
public String getDeleteRecord()
public void setDeleteRecord(String value)
protected static final String getDs()
protected final void prtlnErr(String s)
s
- The text that will be output to error out.protected final void prtln(String s)
s
- The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |