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 Link icon

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

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

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

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

    Methods inherited from class ecmwf.web.dao.ModelBeanBase Link icon

    delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface ecmwf.web.model.ModelBean Link icon

    delete, delete, getAttributeValue, getIntId, insert, insert, isNew, save, save, setId
  • Constructor Details Link icon

    • StatusBean Link icon

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

    • getBeanInterfaceName Link icon

      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 Link icon

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

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