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 booleanThe weu active.protected StringThe weu environment.protected StringThe weu id.protected BigDecimalThe weu last login.protected StringThe weu last login host.protected StringThe weu name.protected StringThe 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 TypeMethodDescriptionbooleanEquals.booleanGets 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.inthashCode()Hash code.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetEnvironment(String param) Sets the environment.voidSets the id.voidsetLastLogin(Timestamp param) Sets the last login.voidsetLastLoginHost(String param) Sets the last login host.voidSets the name.voidsetPassword(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
-