Class StatusBean

java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.StatusBean
All Implemented Interfaces:
Status, ecmwf.web.model.ModelBean

public class StatusBean extends ecmwf.web.dao.ModelBeanBase implements Status
The Class StatusBean.
  • Field Summary

    Fields inherited from interface ecmwf.ecpds.master.plugin.http.model.transfer.Status

    DONE, EXEC, FETC, HOLD, INIT, RETR, STOP, WAIT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new status bean.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the bean interface name.
    Gets the id.
    Gets the name.

    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

    • StatusBean

      public StatusBean(String s)
      Instantiates a new status bean.
      Parameters:
      s - the s
  • Method Details

    • getBeanInterfaceName

      public String getBeanInterfaceName()
      Gets the bean interface name.
      Specified by:
      getBeanInterfaceName in interface ecmwf.web.model.ModelBean
      Specified by:
      getBeanInterfaceName in class ecmwf.web.dao.ModelBeanBase
    • getId

      public String getId()
      Gets the id.
      Specified by:
      getId in interface ecmwf.web.model.ModelBean
      Overrides:
      getId in class ecmwf.web.dao.ModelBeanBase
    • getName

      public String getName()
      Gets the name. Gets the name.
      Specified by:
      getName in interface Status
      Returns:
      the name