Class AsnServiceForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.services.asn.action.form.AsnServiceForm
- All Implemented Interfaces:
Serializable
ActionForm bean that holds data for AsnService.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()protected static final StringgetDs()Return a string for the current time and date, sutiable for display in log files and output to standout:Gets the errorMsg attribute of the DDSServicesForm objectReturns the std corresponding to this.stdId from the standards document containing this.standard.getStdId()voidsetAsnHelper(AsnServiceHelper helper) voidsetBaseStd(String std) voidsetErrorMsg(String errorMsg) Sets the errorMsg attribute of the DDSServicesForm objectvoidsetStandard(AsnStandard standard) voidsetStandards(List stdWrappers) voidsetStandardsList(List standardsList) voidMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
AsnServiceForm
public AsnServiceForm()Constructor for the RepositoryForm object
-
-
Method Details
-
clear
public void clear() -
setAsnHelper
-
getBaseStd
-
setBaseStd
-
setStandard
-
getStandard
-
setStandardsList
-
getStandardsList
-
getStdId
-
setStdId
-
getStandardById
Returns the std corresponding to this.stdId from the standards document containing this.standard. -
setStandards
-
getStandards
-
setErrorMsg
Sets the errorMsg attribute of the DDSServicesForm object- Parameters:
errorMsg- The new errorMsg value
-
getErrorMsg
Gets the errorMsg attribute of the DDSServicesForm object- Returns:
- The errorMsg value
-
getDs
Return a string for the current time and date, sutiable for display in log files and output to standout:- Returns:
- The dateStamp value
-