DLESE Tools
v1.6.0

org.dlese.dpc.services.asn.action.form
Class AsnServiceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.services.asn.action.form.AsnServiceForm
All Implemented Interfaces:
Serializable

public class AsnServiceForm
extends org.apache.struts.action.ActionForm
implements Serializable

ActionForm bean that holds data for AsnService.

See Also:
Serialized Form

Nested Class Summary
 class AsnServiceForm.DateLabelPair
           
 
Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
AsnServiceForm()
          Constructor for the RepositoryForm object
 
Method Summary
 void clear()
           
 String getBaseStd()
           
protected static String getDs()
          Return a string for the current time and date, sutiable for display in log files and output to standout:
 String getErrorMsg()
          Gets the errorMsg attribute of the DDSServicesForm object
 AsnStandard getStandard()
           
 AsnStandard getStandardById()
          Returns the std corresponding to this.stdId from the standards document containing this.standard.
 List getStandards()
           
 List getStandardsList()
           
 String getStdId()
           
 void setAsnHelper(AsnServiceHelper helper)
           
 void setBaseStd(String std)
           
 void setErrorMsg(String errorMsg)
          Sets the errorMsg attribute of the DDSServicesForm object
 void setStandard(AsnStandard standard)
           
 void setStandards(List stdWrappers)
           
 void setStandardsList(List standardsList)
           
 void setStdId(String id)
           
 
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

AsnServiceForm

public AsnServiceForm()
Constructor for the RepositoryForm object

Method Detail

clear

public void clear()

setAsnHelper

public void setAsnHelper(AsnServiceHelper helper)

getBaseStd

public String getBaseStd()

setBaseStd

public void setBaseStd(String std)

setStandard

public void setStandard(AsnStandard standard)

getStandard

public AsnStandard getStandard()

setStandardsList

public void setStandardsList(List standardsList)

getStandardsList

public List getStandardsList()

getStdId

public String getStdId()

setStdId

public void setStdId(String id)

getStandardById

public AsnStandard getStandardById()
Returns the std corresponding to this.stdId from the standards document containing this.standard.


setStandards

public void setStandards(List stdWrappers)

getStandards

public List getStandards()

setErrorMsg

public void setErrorMsg(String errorMsg)
Sets the errorMsg attribute of the DDSServicesForm object

Parameters:
errorMsg - The new errorMsg value

getErrorMsg

public String getErrorMsg()
Gets the errorMsg attribute of the DDSServicesForm object

Returns:
The errorMsg value

getDs

protected static final String getDs()
Return a string for the current time and date, sutiable for display in log files and output to standout:

Returns:
The dateStamp value

DLESE Tools
v1.6.0