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
ConstructorsModifierConstructorDescriptionprotectedInstantiates a new transfer method bean. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets 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.booleanGets the resolve.booleanGets the restrict.getValue()Gets the value.voidsetActive(boolean param) Sets the active.voidsetComment(String param) Sets the comment.voidsetEcTransModuleName(String name) Sets the ec trans module name.voidSets the name.voidsetResolve(boolean param) Sets the resolve.voidsetRestrict(boolean param) Sets the restrict.voidSets the value.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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getOjbImplementationin interfaceOjbImplementedBean- Returns:
- the ojb implementation
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
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 interfaceTransferMethod- Returns:
- the active
-
getName
Gets the name. Gets the name.- Specified by:
getNamein interfaceTransferMethod- Returns:
- the name
-
getResolve
public boolean getResolve()Gets the resolve. Gets the resolve.- Specified by:
getResolvein interfaceTransferMethod- Returns:
- the resolve
-
getRestrict
public boolean getRestrict()Gets the restrict. Gets the restrict.- Specified by:
getRestrictin interfaceTransferMethod- Returns:
- the restrict
-
getValue
Gets the value. Gets the value.- Specified by:
getValuein interfaceTransferMethod- Returns:
- the value
-
getComment
Gets the comment. Gets the comment.- Specified by:
getCommentin interfaceTransferMethod- Returns:
- the comment
-
getEcTransModuleName
Gets the ec trans module name. Gets the ec trans module name.- Specified by:
getEcTransModuleNamein interfaceTransferMethod- Returns:
- the ec trans module name
-
getEcTransModule
Gets the ec trans module. Gets the ec trans module.- Specified by:
getEcTransModulein 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:
setActivein interfaceTransferMethod- Parameters:
param- the new active
-
setComment
Sets the comment. Sets the comment.- Specified by:
setCommentin interfaceTransferMethod- Parameters:
param- the new comment
-
setName
Sets the name. Sets the name.- Specified by:
setNamein interfaceTransferMethod- Parameters:
param- the new name
-
setResolve
public void setResolve(boolean param) Sets the resolve. Sets the resolve.- Specified by:
setResolvein interfaceTransferMethod- Parameters:
param- the new resolve
-
setRestrict
public void setRestrict(boolean param) Sets the restrict. Sets the restrict.- Specified by:
setRestrictin interfaceTransferMethod- Parameters:
param- the new restrict
-
setValue
Sets the value. Sets the value.- Specified by:
setValuein interfaceTransferMethod- Parameters:
param- the new value
-
setEcTransModuleName
Sets the ec trans module name. Sets the ec trans module name.- Specified by:
setEcTransModuleNamein interfaceTransferMethod- Parameters:
name- the new ec trans module name
-
getHosts
Gets the hosts. Gets the hosts.- Specified by:
getHostsin interfaceTransferMethod- Returns:
- the hosts
- Throws:
TransferException- the transfer exception
-