Interface TransferMethod
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
TransferMethodBean
public interface TransferMethod
extends ecmwf.web.model.ModelBean
The Interface TransferMethod.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the active.Gets the comment.Gets the ec trans module.Gets the ec trans module name.getHosts()Gets the hosts.getName()Gets the name.booleanGets the resolve.booleanGets the restrict.getValue()Gets the value.voidsetActive(boolean a) Sets the active.voidsetComment(String c) Sets the comment.voidsetEcTransModuleName(String name) Sets the ec trans module name.voidSets the name.voidsetResolve(boolean v) Sets the resolve.voidsetRestrict(boolean v) Sets the restrict.voidSets the value.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getName
-
getValue
-
getRestrict
boolean getRestrict()Gets the restrict.- Returns:
- the restrict
-
getResolve
boolean getResolve()Gets the resolve.- Returns:
- the resolve
-
getComment
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
getEcTransModule
Gets the ec trans module.- Returns:
- the ec trans module
- Throws:
TransferException- the transfer exception
-
getEcTransModuleName
-
getHosts
Gets the hosts.- Returns:
- the hosts
- Throws:
TransferException- the transfer exception
-
setName
-
setValue
-
setRestrict
void setRestrict(boolean v) Sets the restrict.- Parameters:
v- the new restrict
-
setResolve
void setResolve(boolean v) Sets the resolve.- Parameters:
v- the new resolve
-
setComment
-
setActive
void setActive(boolean a) Sets the active.- Parameters:
a- the new active
-
setEcTransModuleName
Sets the ec trans module name.- Parameters:
name- the new ec trans module name
-