Class WebUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.WebUser
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
The weu active.protected String
The weu environment.protected String
The weu id.protected BigDecimal
The weu last login.protected String
The weu last login host.protected String
The weu name.protected String
The weu name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.boolean
Gets the active.Gets the environment.getId()
Gets the id.Gets the last login.Gets the last login host.getName()
Gets the name.Gets the password.int
hashCode()
Hash code.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setEnvironment
(String param) Sets the environment.void
Sets the id.void
setLastLogin
(Timestamp param) Sets the last login.void
setLastLoginHost
(String param) Sets the last login host.void
Sets the name.void
setPassword
(String param) Sets the password.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
WEU_ACTIVE
protected boolean WEU_ACTIVEThe weu active. -
WEU_ENVIRONMENT
The weu environment. -
WEU_ID
The weu id. -
WEU_LAST_LOGIN
The weu last login. -
WEU_LAST_LOGIN_HOST
The weu last login host. -
WEU_NAME
The weu name. -
WEU_PASSWORD
The weu name.
-
-
Constructor Details
-
WebUser
public WebUser()Instantiates a new web user. -
WebUser
-
-
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
-
getEnvironment
-
setEnvironment
Sets the environment.- Parameters:
param
- the new environment
-
getId
-
setId
-
getLastLogin
-
setLastLogin
Sets the last login.- Parameters:
param
- the new last login
-
getLastLoginHost
-
setLastLoginHost
Sets the last login host.- Parameters:
param
- the new last login host
-
getName
-
setName
-
getPassword
-
setPassword
-
hashCode
-
equals
-