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 TypeMethodDescriptionbooleanGets the active.Gets the archive.Gets the classe.getName()Gets the name.Gets the transfer methods.voidsetActive(boolean b) Sets the active.voidsetArchive(String s) Sets the archive.voidSets the classe.voidSets 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
-