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
ConstructorsModifierConstructorDescriptionprotectedEcTransModuleBean(ECtransModule module) Instantiates a new ec trans module bean. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.booleanEquals.booleanGets 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.inthashCode()Hash code.voidsetActive(boolean param) Sets the active.voidsetArchive(String param) Sets the archive.voidSets the classe.voidSets the name.toString()To string.Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
getOjbImplementation
Gets the ojb implementation. Gets the ojb implementation.- Specified by:
getOjbImplementationin interfaceOjbImplementedBean- Returns:
- the ojb implementation
-
getId
Gets the id.- Specified by:
getIdin interfaceecmwf.web.model.ModelBean- Overrides:
getIdin classecmwf.web.dao.ModelBeanBase
-
getActive
public boolean getActive()Gets the active. Gets the active.- Specified by:
getActivein interfaceEcTransModule- Returns:
- the active
-
getArchive
Gets the archive. Gets the archive.- Specified by:
getArchivein interfaceEcTransModule- Returns:
- the archive
-
getClasse
Gets the classe. Gets the classe.- Specified by:
getClassein interfaceEcTransModule- Returns:
- the classe
-
getName
Gets the name. Gets the name.- Specified by:
getNamein interfaceEcTransModule- Returns:
- the name
-
setActive
public void setActive(boolean param) Sets the active. Sets the active.- Specified by:
setActivein interfaceEcTransModule- Parameters:
param- the new active
-
setArchive
Sets the archive. Sets the archive.- Specified by:
setArchivein interfaceEcTransModule- Parameters:
param- the new archive
-
setClasse
Sets the classe. Sets the classe.- Specified by:
setClassein interfaceEcTransModule- Parameters:
param- the new classe
-
setName
Sets the name. Sets the name.- Specified by:
setNamein interfaceEcTransModule- Parameters:
param- the new name
-
getTransferMethods
Gets the transfer methods. Gets the transfer methods.- Specified by:
getTransferMethodsin interfaceEcTransModule- Returns:
- the transfer methods
- Throws:
TransferException- the transfer exception
-
equals
-
equals
Equals.- Parameters:
d- the d- Returns:
- true, if successful
-
hashCode
-
toString
-