Interface EcTransModule
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
EcTransModuleBean
public interface EcTransModule
extends ecmwf.web.model.ModelBean
The Interface EcTransModule.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the active.Gets the archive.Gets the classe.getName()
Gets the name.Gets the transfer methods.void
setActive
(boolean b) Sets the active.void
setArchive
(String s) Sets the archive.void
Sets the classe.void
Sets the name.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
getArchive
-
getClasse
-
getName
-
setActive
void setActive(boolean b) Sets the active.- Parameters:
b
- the new active
-
setArchive
-
setClasse
-
setName
-
getTransferMethods
Gets the transfer methods.- Returns:
- the transfer methods
- Throws:
TransferException
- the transfer exception
-