public class StatusForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
StatusForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Description of the Method
|
java.lang.String |
getCollection()
Gets the collection attribute of the StatusForm object
|
java.lang.String |
getCollectionName()
Gets the collectionName attribute of the StatusForm object
|
java.lang.String |
getCommand() |
DcsDataRecord |
getDcsDataRecord()
Gets the dcsDataRecord attribute of the StatusForm object
|
java.lang.String |
getEntryKey() |
java.lang.String |
getHash() |
java.lang.String |
getNdrHandle() |
java.lang.String |
getRecId()
Gets the recId attribute of the StatusForm object
|
java.lang.String |
getReferer()
Gets the referer attribute of the StatusForm object
|
java.lang.String |
getStatus()
Gets the dcsStatus attribute of the StatusForm object
|
java.util.List |
getStatusFlags()
Gets the dcsStatusFlags attribute of the StatusForm object
|
java.lang.String |
getStatusNote()
Gets the dcsStatusNote attribute of the StatusForm object
|
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
void |
setCollection(java.lang.String s)
Sets the collection attribute of the StatusForm object
|
void |
setCollectionName(java.lang.String s)
Sets the collectionName attribute of the StatusForm object
|
void |
setCommand(java.lang.String cmd) |
void |
setDcsDataRecord(DcsDataRecord dataRec)
Sets the dcsDataRecord attribute of the StatusForm object
|
void |
setEntryKey(java.lang.String s) |
void |
setHash(java.lang.String h) |
void |
setNdrHandle(java.lang.String handle) |
void |
setRecId(java.lang.String id)
Sets the recId attribute of the StatusForm object
|
void |
setReferer(java.lang.String referer)
Sets the referer attribute of the StatusForm object
|
void |
setStatus(java.lang.String status)
Sets the status attribute of the StatusForm object
|
void |
setStatusFlags(java.util.List flags) |
void |
setStatusNote(java.lang.String statusNote)
Sets the dcsStatusNote attribute of the StatusForm object
|
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
public void clear()
public java.lang.String getCommand()
public void setCommand(java.lang.String cmd)
public java.lang.String getRecId()
public void setRecId(java.lang.String id)
id
- The new recId valuepublic java.lang.String getNdrHandle()
public void setNdrHandle(java.lang.String handle)
public java.lang.String getHash()
public void setHash(java.lang.String h)
public java.lang.String getEntryKey()
public void setEntryKey(java.lang.String s)
public DcsDataRecord getDcsDataRecord()
public void setDcsDataRecord(DcsDataRecord dataRec)
dataRec
- The new dcsDataRecord valuepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- The new status valuepublic java.util.List getStatusFlags()
public void setStatusFlags(java.util.List flags)
public java.lang.String getStatusNote()
public void setStatusNote(java.lang.String statusNote)
statusNote
- The new dcsStatusNote valuepublic void setReferer(java.lang.String referer)
referer
- The new referer valuepublic java.lang.String getReferer()
public void setCollection(java.lang.String s)
s
- The new collection valuepublic java.lang.String getCollection()
public void setCollectionName(java.lang.String s)
s
- The new collectionName valuepublic java.lang.String getCollectionName()
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
validate
in class org.apache.struts.action.ActionForm
protected final void prtln(java.lang.String s)
s
- The String that will be output.