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 TypeMethodDescriptionboolean
Gets the active.Gets the comment.Gets the ec trans module.Gets the ec trans module name.getHosts()
Gets the hosts.getName()
Gets the name.boolean
Gets the resolve.boolean
Gets the restrict.getValue()
Gets the value.void
setActive
(boolean a) Sets the active.void
setComment
(String c) Sets the comment.void
setEcTransModuleName
(String name) Sets the ec trans module name.void
Sets the name.void
setResolve
(boolean v) Sets the resolve.void
setRestrict
(boolean v) Sets the restrict.void
Sets 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
-