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

    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

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

    • getName

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

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

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

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

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

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