Class AuthorizedECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.AuthorizedECUser
- 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 String
The ecu name.protected ECUser
The ecuser.protected String
The msu name.protected MSUser
The msuser.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new authorized ec user.AuthorizedECUser
(String ecuserName, String msuserName) Instantiates a new authorized ec user. -
Method Summary
Modifier and TypeMethodDescriptionGets the EC user.Gets the EC user name.Gets the MS user.Gets the MS user name.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
Sets the MS user.void
setMSUserName
(String param) Sets the MS user name.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
-
ECU_NAME
The ecu name. -
MSU_NAME
The msu name. -
ecuser
The ecuser. -
msuser
The msuser.
-
-
Constructor Details
-
AuthorizedECUser
public AuthorizedECUser()Instantiates a new authorized ec user. -
AuthorizedECUser
-
-
Method Details
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getMSUserName
-
setMSUserName
Sets the MS user name.- Parameters:
param
- the new MS user name
-
getECUser
-
setECUser
-
getMSUser
-
setMSUser
-