Class RatesActionForm

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

public class RatesActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class RatesActionForm.
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 caller.
    Gets the from date.
    Gets the from time.
    Gets the per transfer server.
    boolean
    Gets the per transfer server boolean.
    Gets the source host.
    Gets the to date.
    Gets the to time.
    Gets the transfer server name.
    Collection<ecmwf.web.util.bean.Pair>
    Gets the transfer servers.
    void
    setCaller(String caller)
    Sets the caller.
    void
    setFromDate(String fromDate)
    Sets the from date.
    void
    setFromTime(String fromTime)
    Sets the from time.
    void
    setPerTransferServer(String perTransferServer)
    Sets the per transfer server.
    void
    setSourceHost(String sourceHost)
    Sets the source host.
    void
    setToDate(String toDate)
    Sets the to date.
    void
    setToTime(String toTime)
    Sets the to time.
    void
    setTransferServerName(String transferServerName)
    Sets the transfer server 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

    • RatesActionForm

      public RatesActionForm()
  • Method Details

    • getCaller

      public String getCaller()
      Gets the caller.
      Returns:
      the caller
    • getSourceHost

      public String getSourceHost()
      Gets the source host.
      Returns:
      the source host
    • setCaller

      public void setCaller(String caller)
      Sets the caller.
      Parameters:
      caller - the new caller
    • setSourceHost

      public void setSourceHost(String sourceHost)
      Sets the source host.
      Parameters:
      sourceHost - the new source host
    • getTransferServerName

      public String getTransferServerName()
      Gets the transfer server name.
      Returns:
      the transfer server name
    • setTransferServerName

      public void setTransferServerName(String transferServerName)
      Sets the transfer server name.
      Parameters:
      transferServerName - the new transfer server name
    • getPerTransferServer

      public String getPerTransferServer()
      Gets the per transfer server.
      Returns:
      the per transfer server
    • getPerTransferServerBoolean

      public boolean getPerTransferServerBoolean()
      Gets the per transfer server boolean.
      Returns:
      the per transfer server boolean
    • setPerTransferServer

      public void setPerTransferServer(String perTransferServer)
      Sets the per transfer server.
      Parameters:
      perTransferServer - the new per transfer server
    • getFromDate

      public String getFromDate()
      Gets the from date.
      Returns:
      the from date
    • setFromDate

      public void setFromDate(String fromDate)
      Sets the from date.
      Parameters:
      fromDate - the new from date
    • getToDate

      public String getToDate()
      Gets the to date.
      Returns:
      the to date
    • setToDate

      public void setToDate(String toDate)
      Sets the to date.
      Parameters:
      toDate - the new to date
    • getFromTime

      public String getFromTime()
      Gets the from time.
      Returns:
      the from time
    • setFromTime

      public void setFromTime(String fromTime)
      Sets the from time.
      Parameters:
      fromTime - the new from time
    • getToTime

      public String getToTime()
      Gets the to time.
      Returns:
      the to time
    • setToTime

      public void setToTime(String toTime)
      Sets the to time.
      Parameters:
      toTime - the new to time
    • getTransferServers

      public Collection<ecmwf.web.util.bean.Pair> getTransferServers()
      Gets the transfer servers.
      Returns:
      the transfer servers