Class AsnServiceForm

java.lang.Object
org.apache.struts.action.ActionForm
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:
  • Constructor Details

    • AsnServiceForm

      public AsnServiceForm()
      Constructor for the RepositoryForm object
  • Method Details

    • 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