Class TransferMethodActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.transfer.method.TransferMethodActionForm
- All Implemented Interfaces:
Serializable
public class TransferMethodActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class TransferMethodActionForm.
- 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the active.Gets the comment.Gets the ec trans module name.Gets the ec trans module options.getId()
Gets the id.getName()
Gets the name.Gets the resolve.Gets the restrict.getValue()
Gets the value.protected void
Populate from transfer method.protected void
Populate transfer method.void
Sets the active.void
setComment
(String string) Sets the comment.void
setEcTransModuleName
(String name) Sets the ec trans module name.void
Sets the id.void
Sets the name.void
setResolve
(String string) Sets the resolve.void
setRestrict
(String string) Sets the restrict.void
Sets the value.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
-
Constructor Details
-
TransferMethodActionForm
public TransferMethodActionForm()
-
-
Method Details
-
getActive
-
getComment
-
getValue
-
getId
-
getName
-
getRestrict
-
getResolve
-
getEcTransModuleName
Gets the ec trans module name.- Returns:
- the ec trans module name
-
getEcTransModuleOptions
Gets the ec trans module options.- Returns:
- the ec trans module options
-
setActive
-
setComment
-
setId
-
setName
-
setResolve
-
setRestrict
-
setValue
-
setEcTransModuleName
Sets the ec trans module name.- Parameters:
name
- the new ec trans module name
-
populateTransferMethod
Populate transfer method.- Parameters:
h
- the h
-
populateFromTransferMethod
Populate from transfer method.- Parameters:
h
- the h
-