Class StatusForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.StatusForm
- All Implemented Interfaces:
Serializable
public class StatusForm
extends org.apache.struts.action.ActionForm
ActionForm bean for editing the status information associated with each
metadata record
- 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 collection attribute of the StatusForm objectGets the collectionName attribute of the StatusForm objectGets the dcsDataRecord attribute of the StatusForm objectgetHash()getRecId()Gets the recId attribute of the StatusForm objectGets the referer attribute of the StatusForm objectGets the dcsStatus attribute of the StatusForm objectGets the dcsStatusFlags attribute of the StatusForm objectGets the dcsStatusNote attribute of the StatusForm objectprotected final voidOutput a line of text to standard out, with datestamp, if debug is set to true.voidSets the collection attribute of the StatusForm objectvoidSets the collectionName attribute of the StatusForm objectvoidsetCommand(String cmd) voidsetDcsDataRecord(DcsDataRecord dataRec) Sets the dcsDataRecord attribute of the StatusForm objectvoidvoidvoidsetNdrHandle(String handle) voidSets the recId attribute of the StatusForm objectvoidsetReferer(String referer) Sets the referer attribute of the StatusForm objectvoidSets the status attribute of the StatusForm objectvoidsetStatusFlags(List flags) voidsetStatusNote(String statusNote) Sets the dcsStatusNote attribute of the StatusForm objectorg.apache.struts.action.ActionErrorsvalidate(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
-
Constructor Details
-
StatusForm
public StatusForm()Constructor
-
-
Method Details
-
clear
public void clear()Description of the Method -
getCommand
-
setCommand
-
getRecId
Gets the recId attribute of the StatusForm object- Returns:
- The recId value
-
setRecId
Sets the recId attribute of the StatusForm object- Parameters:
id- The new recId value
-
getNdrHandle
-
setNdrHandle
-
getHash
-
setHash
-
getEntryKey
-
setEntryKey
-
getDcsDataRecord
Gets the dcsDataRecord attribute of the StatusForm object- Returns:
- The dcsDataRecord value
-
setDcsDataRecord
Sets the dcsDataRecord attribute of the StatusForm object- Parameters:
dataRec- The new dcsDataRecord value
-
getStatus
Gets the dcsStatus attribute of the StatusForm object- Returns:
- The dcsStatus value
-
setStatus
Sets the status attribute of the StatusForm object- Parameters:
status- The new status value
-
getStatusFlags
Gets the dcsStatusFlags attribute of the StatusForm object- Returns:
- The dcsStatusFlags value
-
setStatusFlags
-
getStatusNote
Gets the dcsStatusNote attribute of the StatusForm object- Returns:
- The dcsStatusNote value
-
setStatusNote
Sets the dcsStatusNote attribute of the StatusForm object- Parameters:
statusNote- The new dcsStatusNote value
-
setReferer
Sets the referer attribute of the StatusForm object- Parameters:
referer- The new referer value
-
getReferer
Gets the referer attribute of the StatusForm object- Returns:
- The referer value
-
setCollection
Sets the collection attribute of the StatusForm object- Parameters:
s- The new collection value
-
getCollection
Gets the collection attribute of the StatusForm object- Returns:
- The collection value
-
setCollectionName
Sets the collectionName attribute of the StatusForm object- Parameters:
s- The new collectionName value
-
getCollectionName
Gets the collectionName attribute of the StatusForm object- Returns:
- The collectionName value
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request) - Overrides:
validatein classorg.apache.struts.action.ActionForm
-
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.
-