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 StringThe ecu name.protected ECUserThe ecuser.protected StringThe msu name.protected MSUserThe 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.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidSets the MS user.voidsetMSUserName(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
-