|
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.action.form.StatusForm
public class StatusForm
ActionForm bean for editing the status information associated with each metadata record
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
StatusForm()
Constructor |
Method Summary | |
---|---|
void |
clear()
Description of the Method |
String |
getCollection()
Gets the collection attribute of the StatusForm object |
String |
getCollectionName()
Gets the collectionName attribute of the StatusForm object |
String |
getCommand()
|
DcsDataRecord |
getDcsDataRecord()
Gets the dcsDataRecord attribute of the StatusForm object |
String |
getEntryKey()
|
String |
getHash()
|
String |
getNdrHandle()
|
String |
getRecId()
Gets the recId attribute of the StatusForm object |
String |
getReferer()
Gets the referer attribute of the StatusForm object |
String |
getStatus()
Gets the dcsStatus attribute of the StatusForm object |
List |
getStatusFlags()
Gets the dcsStatusFlags attribute of the StatusForm object |
String |
getStatusNote()
Gets the dcsStatusNote attribute of the StatusForm object |
protected void |
prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true. |
void |
setCollection(String s)
Sets the collection attribute of the StatusForm object |
void |
setCollectionName(String s)
Sets the collectionName attribute of the StatusForm object |
void |
setCommand(String cmd)
|
void |
setDcsDataRecord(DcsDataRecord dataRec)
Sets the dcsDataRecord attribute of the StatusForm object |
void |
setEntryKey(String s)
|
void |
setHash(String h)
|
void |
setNdrHandle(String handle)
|
void |
setRecId(String id)
Sets the recId attribute of the StatusForm object |
void |
setReferer(String referer)
Sets the referer attribute of the StatusForm object |
void |
setStatus(String status)
Sets the status attribute of the StatusForm object |
void |
setStatusFlags(List flags)
|
void |
setStatusNote(String statusNote)
Sets the dcsStatusNote attribute of the StatusForm object |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
|
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusForm()
Method Detail |
---|
public void clear()
public String getCommand()
public void setCommand(String cmd)
public String getRecId()
public void setRecId(String id)
id
- The new recId valuepublic String getNdrHandle()
public void setNdrHandle(String handle)
public String getHash()
public void setHash(String h)
public String getEntryKey()
public void setEntryKey(String s)
public DcsDataRecord getDcsDataRecord()
public void setDcsDataRecord(DcsDataRecord dataRec)
dataRec
- The new dcsDataRecord valuepublic String getStatus()
public void setStatus(String status)
status
- The new status valuepublic List getStatusFlags()
public void setStatusFlags(List flags)
public String getStatusNote()
public void setStatusNote(String statusNote)
statusNote
- The new dcsStatusNote valuepublic void setReferer(String referer)
referer
- The new referer valuepublic String getReferer()
public void setCollection(String s)
s
- The new collection valuepublic String getCollection()
public void setCollectionName(String s)
s
- The new collectionName valuepublic String getCollectionName()
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
validate
in class org.apache.struts.action.ActionForm
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 |