Class EcTransModuleBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.EcTransModuleBean
- All Implemented Interfaces:
OjbImplementedBean
,EcTransModule
,ecmwf.web.model.ModelBean
public class EcTransModuleBean
extends ecmwf.web.dao.ModelBeanBase
implements EcTransModule, OjbImplementedBean
The Class EcTransModuleBean.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EcTransModuleBean
(ECtransModule module) Instantiates a new ec trans module bean. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.boolean
Equals.boolean
Gets the active.Gets the archive.Gets the bean interface name.Gets the classe.getId()
Gets the id.getName()
Gets the name.Gets the ojb implementation.Gets the transfer methods.int
hashCode()
Hash code.void
setActive
(boolean param) Sets the active.void
setArchive
(String param) Sets the archive.void
Sets the classe.void
Sets the name.toString()
To string.Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId
-
Constructor Details
-
EcTransModuleBean
Instantiates a new ec trans module bean.- Parameters:
module
- the module
-
-
Method Details
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceName
in interfaceecmwf.web.model.ModelBean
- Specified by:
getBeanInterfaceName
in classecmwf.web.dao.ModelBeanBase
-
getOjbImplementation
Gets the ojb implementation. Gets the ojb implementation.- Specified by:
getOjbImplementation
in interfaceOjbImplementedBean
- Returns:
- the ojb implementation
-
getId
Gets the id.- Specified by:
getId
in interfaceecmwf.web.model.ModelBean
- Overrides:
getId
in classecmwf.web.dao.ModelBeanBase
-
getActive
public boolean getActive()Gets the active. Gets the active.- Specified by:
getActive
in interfaceEcTransModule
- Returns:
- the active
-
getArchive
Gets the archive. Gets the archive.- Specified by:
getArchive
in interfaceEcTransModule
- Returns:
- the archive
-
getClasse
Gets the classe. Gets the classe.- Specified by:
getClasse
in interfaceEcTransModule
- Returns:
- the classe
-
getName
Gets the name. Gets the name.- Specified by:
getName
in interfaceEcTransModule
- Returns:
- the name
-
setActive
public void setActive(boolean param) Sets the active. Sets the active.- Specified by:
setActive
in interfaceEcTransModule
- Parameters:
param
- the new active
-
setArchive
Sets the archive. Sets the archive.- Specified by:
setArchive
in interfaceEcTransModule
- Parameters:
param
- the new archive
-
setClasse
Sets the classe. Sets the classe.- Specified by:
setClasse
in interfaceEcTransModule
- Parameters:
param
- the new classe
-
setName
Sets the name. Sets the name.- Specified by:
setName
in interfaceEcTransModule
- Parameters:
param
- the new name
-
getTransferMethods
Gets the transfer methods. Gets the transfer methods.- Specified by:
getTransferMethods
in interfaceEcTransModule
- Returns:
- the transfer methods
- Throws:
TransferException
- the transfer exception
-
equals
-
equals
Equals.- Parameters:
d
- the d- Returns:
- true, if successful
-
hashCode
-
toString
-