Class WebUser

All Implemented Interfaces:
Serializable, Cloneable

public class WebUser extends DataBaseObject
ECMWF Product Data Store (OpenECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
See Also:
  • Field Details

    • WEU_ACTIVE

      protected boolean WEU_ACTIVE
      The weu active.
    • WEU_ENVIRONMENT

      protected String WEU_ENVIRONMENT
      The weu environment.
    • WEU_ID

      protected String WEU_ID
      The weu id.
    • WEU_LAST_LOGIN

      protected BigDecimal WEU_LAST_LOGIN
      The weu last login.
    • WEU_LAST_LOGIN_HOST

      protected String WEU_LAST_LOGIN_HOST
      The weu last login host.
    • WEU_NAME

      protected String WEU_NAME
      The weu name.
    • WEU_PASSWORD

      protected String WEU_PASSWORD
      The weu name.
  • Constructor Details

    • WebUser

      public WebUser()
      Instantiates a new web user.
    • WebUser

      public WebUser(String id)
      Instantiates a new web user.
      Parameters:
      id - the id
  • Method Details

    • getActive

      public boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public void setActive(boolean param)
      Sets the active.
      Parameters:
      param - the new active
    • setActive

      public void setActive(String param)
      Sets the active.
      Parameters:
      param - the new active
    • getEnvironment

      public String getEnvironment()
      Gets the environment.
      Returns:
      the environment
    • setEnvironment

      public void setEnvironment(String param)
      Sets the environment.
      Parameters:
      param - the new environment
    • getId

      public String getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getLastLogin

      public Timestamp getLastLogin()
      Gets the last login.
      Returns:
      the last login
    • setLastLogin

      public void setLastLogin(Timestamp param)
      Sets the last login.
      Parameters:
      param - the new last login
    • getLastLoginHost

      public String getLastLoginHost()
      Gets the last login host.
      Returns:
      the last login host
    • setLastLoginHost

      public void setLastLoginHost(String param)
      Sets the last login host.
      Parameters:
      param - the new last login host
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String param)
      Sets the password.
      Parameters:
      param - the new password
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object