Interface EcUser

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
EcUserBean

public interface EcUser extends ecmwf.web.model.ModelBean
The Interface EcUser.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the comment.
    Gets the dir.
    long
    Gets the gid.
    Gets the name.
    Gets the shell.
    long
    Gets the uid.

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

    delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
  • Method Details Link icon

    • getName Link icon

      String getName()
      Gets the name.
      Returns:
      the name
    • getUid Link icon

      long getUid()
      Gets the uid.
      Returns:
      the uid
    • getGid Link icon

      long getGid()
      Gets the gid.
      Returns:
      the gid
    • getDir Link icon

      String getDir()
      Gets the dir.
      Returns:
      the dir
    • getShell Link icon

      String getShell()
      Gets the shell.
      Returns:
      the shell
    • getComment Link icon

      String getComment()
      Gets the comment.
      Returns:
      the comment