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, STRINGFields 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 voidPopulate from transfer method.protected voidPopulate transfer method.voidSets the active.voidsetComment(String string) Sets the comment.voidsetEcTransModuleName(String name) Sets the ec trans module name.voidSets the id.voidSets the name.voidsetResolve(String string) Sets the resolve.voidsetRestrict(String string) Sets the restrict.voidSets 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, validateContentMethods 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
-