Class TransferMethodBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.TransferMethodBean
- All Implemented Interfaces:
OjbImplementedBean
,TransferMethod
,ecmwf.web.model.ModelBean
public class TransferMethodBean
extends ecmwf.web.dao.ModelBeanBase
implements TransferMethod, OjbImplementedBean
The Class TransferMethodBean.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instantiates a new transfer method bean. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the active.Gets the bean interface name.Gets the comment.Gets the ec trans module.Gets the ec trans module name.getHosts()
Gets the hosts.getId()
Gets the id.getName()
Gets the name.Gets the ojb implementation.boolean
Gets the resolve.boolean
Gets the restrict.getValue()
Gets the value.void
setActive
(boolean param) Sets the active.void
setComment
(String param) Sets the comment.void
setEcTransModuleName
(String name) Sets the ec trans module name.void
Sets the name.void
setResolve
(boolean param) Sets the resolve.void
setRestrict
(boolean param) Sets the restrict.void
Sets the value.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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId
-
Constructor Details
-
TransferMethodBean
Instantiates a new transfer method bean.- Parameters:
m
- the m
-
-
Method Details
-
getOjbImplementation
Gets the ojb implementation. Gets the ojb implementation.- Specified by:
getOjbImplementation
in interfaceOjbImplementedBean
- Returns:
- the ojb implementation
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceName
in interfaceecmwf.web.model.ModelBean
- Specified by:
getBeanInterfaceName
in classecmwf.web.dao.ModelBeanBase
-
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 interfaceTransferMethod
- Returns:
- the active
-
getName
Gets the name. Gets the name.- Specified by:
getName
in interfaceTransferMethod
- Returns:
- the name
-
getResolve
public boolean getResolve()Gets the resolve. Gets the resolve.- Specified by:
getResolve
in interfaceTransferMethod
- Returns:
- the resolve
-
getRestrict
public boolean getRestrict()Gets the restrict. Gets the restrict.- Specified by:
getRestrict
in interfaceTransferMethod
- Returns:
- the restrict
-
getValue
Gets the value. Gets the value.- Specified by:
getValue
in interfaceTransferMethod
- Returns:
- the value
-
getComment
Gets the comment. Gets the comment.- Specified by:
getComment
in interfaceTransferMethod
- Returns:
- the comment
-
getEcTransModuleName
Gets the ec trans module name. Gets the ec trans module name.- Specified by:
getEcTransModuleName
in interfaceTransferMethod
- Returns:
- the ec trans module name
-
getEcTransModule
Gets the ec trans module. Gets the ec trans module.- Specified by:
getEcTransModule
in interfaceTransferMethod
- Returns:
- the ec trans module
- Throws:
TransferException
- the transfer exception
-
setActive
public void setActive(boolean param) Sets the active. Sets the active.- Specified by:
setActive
in interfaceTransferMethod
- Parameters:
param
- the new active
-
setComment
Sets the comment. Sets the comment.- Specified by:
setComment
in interfaceTransferMethod
- Parameters:
param
- the new comment
-
setName
Sets the name. Sets the name.- Specified by:
setName
in interfaceTransferMethod
- Parameters:
param
- the new name
-
setResolve
public void setResolve(boolean param) Sets the resolve. Sets the resolve.- Specified by:
setResolve
in interfaceTransferMethod
- Parameters:
param
- the new resolve
-
setRestrict
public void setRestrict(boolean param) Sets the restrict. Sets the restrict.- Specified by:
setRestrict
in interfaceTransferMethod
- Parameters:
param
- the new restrict
-
setValue
Sets the value. Sets the value.- Specified by:
setValue
in interfaceTransferMethod
- Parameters:
param
- the new value
-
setEcTransModuleName
Sets the ec trans module name. Sets the ec trans module name.- Specified by:
setEcTransModuleName
in interfaceTransferMethod
- Parameters:
name
- the new ec trans module name
-
getHosts
Gets the hosts. Gets the hosts.- Specified by:
getHosts
in interfaceTransferMethod
- Returns:
- the hosts
- Throws:
TransferException
- the transfer exception
-