public class AsnServiceForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
AsnServiceForm.DateLabelPair |
Constructor and Description |
---|
AsnServiceForm()
Constructor for the RepositoryForm object
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.String |
getBaseStd() |
protected static java.lang.String |
getDs()
Return a string for the current time and date, sutiable for display in log files and
output to standout:
|
java.lang.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.
|
java.util.List |
getStandards() |
java.util.List |
getStandardsList() |
java.lang.String |
getStdId() |
void |
setAsnHelper(AsnServiceHelper helper) |
void |
setBaseStd(java.lang.String std) |
void |
setErrorMsg(java.lang.String errorMsg)
Sets the errorMsg attribute of the DDSServicesForm object
|
void |
setStandard(AsnStandard standard) |
void |
setStandards(java.util.List stdWrappers) |
void |
setStandardsList(java.util.List standardsList) |
void |
setStdId(java.lang.String id) |
public void clear()
public void setAsnHelper(AsnServiceHelper helper)
public java.lang.String getBaseStd()
public void setBaseStd(java.lang.String std)
public void setStandard(AsnStandard standard)
public AsnStandard getStandard()
public void setStandardsList(java.util.List standardsList)
public java.util.List getStandardsList()
public java.lang.String getStdId()
public void setStdId(java.lang.String id)
public AsnStandard getStandardById()
public void setStandards(java.util.List stdWrappers)
public java.util.List getStandards()
public void setErrorMsg(java.lang.String errorMsg)
errorMsg
- The new errorMsg valuepublic java.lang.String getErrorMsg()
protected static final java.lang.String getDs()