Class MetaDataActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.datafile.metadata.MetaDataActionForm
All Implemented Interfaces:
Serializable

public class MetaDataActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class MetaDataActionForm.
See Also:
  • Field Summary

    Fields inherited from class ecmwf.web.controller.ECMWFActionForm

    ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRING

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the comment.
    Gets the id.
    Gets the name.
    protected void
    Populate from meta data.
    protected void
    Populate meta data.
    void
    Sets the comment.
    void
    setName(String string)
    Sets the name.

    Methods inherited from class ecmwf.web.controller.ECMWFActionForm

    adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContent

    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 Details

    • MetaDataActionForm

      public MetaDataActionForm()
  • Method Details

    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setName

      public void setName(String string)
      Sets the name.
      Parameters:
      string - the new name
    • setComment

      public void setComment(String string)
      Sets the comment.
      Parameters:
      string - the new comment
    • populateMetaData

      protected void populateMetaData(MetaData h)
      Populate meta data.
      Parameters:
      h - the h
    • populateFromMetaData

      protected void populateFromMetaData(MetaData h)
      Populate from meta data.
      Parameters:
      h - the h