DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action.form
Class StatusForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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:
Serialized Form

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

StatusForm

public StatusForm()
Constructor

Method Detail

clear

public void clear()
Description of the Method


getCommand

public String getCommand()

setCommand

public void setCommand(String cmd)

getRecId

public String getRecId()
Gets the recId attribute of the StatusForm object

Returns:
The recId value

setRecId

public void setRecId(String id)
Sets the recId attribute of the StatusForm object

Parameters:
id - The new recId value

getNdrHandle

public String getNdrHandle()

setNdrHandle

public void setNdrHandle(String handle)

getHash

public String getHash()

setHash

public void setHash(String h)

getEntryKey

public String getEntryKey()

setEntryKey

public void setEntryKey(String s)

getDcsDataRecord

public DcsDataRecord getDcsDataRecord()
Gets the dcsDataRecord attribute of the StatusForm object

Returns:
The dcsDataRecord value

setDcsDataRecord

public void setDcsDataRecord(DcsDataRecord dataRec)
Sets the dcsDataRecord attribute of the StatusForm object

Parameters:
dataRec - The new dcsDataRecord value

getStatus

public String getStatus()
Gets the dcsStatus attribute of the StatusForm object

Returns:
The dcsStatus value

setStatus

public void setStatus(String status)
Sets the status attribute of the StatusForm object

Parameters:
status - The new status value

getStatusFlags

public List getStatusFlags()
Gets the dcsStatusFlags attribute of the StatusForm object

Returns:
The dcsStatusFlags value

setStatusFlags

public void setStatusFlags(List flags)

getStatusNote

public String getStatusNote()
Gets the dcsStatusNote attribute of the StatusForm object

Returns:
The dcsStatusNote value

setStatusNote

public void setStatusNote(String statusNote)
Sets the dcsStatusNote attribute of the StatusForm object

Parameters:
statusNote - The new dcsStatusNote value

setReferer

public void setReferer(String referer)
Sets the referer attribute of the StatusForm object

Parameters:
referer - The new referer value

getReferer

public String getReferer()
Gets the referer attribute of the StatusForm object

Returns:
The referer value

setCollection

public void setCollection(String s)
Sets the collection attribute of the StatusForm object

Parameters:
s - The new collection value

getCollection

public String getCollection()
Gets the collection attribute of the StatusForm object

Returns:
The collection value

setCollectionName

public void setCollectionName(String s)
Sets the collectionName attribute of the StatusForm object

Parameters:
s - The new collectionName value

getCollectionName

public String 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:
validate in class org.apache.struts.action.ActionForm

prtln

protected final void prtln(String s)
Output a line of text to standard out, with datestamp, if debug is set to true.

Parameters:
s - The String that will be output.

DLESE Tools
v1.6.0