Class MSUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.MSUser
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (ECPDS) 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 ecd name.protected ECtransDestination
The ectrans destination.protected String
The ecu name.protected ECUser
The ecuser.protected boolean
The msu active.protected String
The msu comment.protected String
The msu data.protected String
The msu dir.protected String
The msu host.protected String
The msu login.protected String
The msu name.protected String
The msu passwd.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
Gets the active.Gets the comment.getData()
Gets the data.getDir()
Gets the dir.Gets the ectrans destination.Gets the ectrans destination name.Gets the EC user.Gets the EC user name.getHost()
Gets the host.getLogin()
Gets the login.getName()
Gets the name.Gets the passwd.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setComment
(String param) Sets the comment.void
Sets the data.void
Sets the dir.void
Sets the ectrans destination.void
setECtransDestinationName
(String param) Sets the ectrans destination name.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
Sets the host.void
Sets the login.void
Sets the name.void
Sets the passwd.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
-
ECD_NAME
The ecd name. -
ECU_NAME
The ecu name. -
MSU_ACTIVE
protected boolean MSU_ACTIVEThe msu active. -
MSU_COMMENT
The msu comment. -
MSU_DATA
The msu data. -
MSU_DIR
The msu dir. -
MSU_HOST
The msu host. -
MSU_LOGIN
The msu login. -
MSU_NAME
The msu name. -
MSU_PASSWD
The msu passwd. -
ecuser
The ecuser. -
ectransDestination
The ectrans destination.
-
-
Constructor Details
-
MSUser
public MSUser()Instantiates a new MS user. -
MSUser
-
-
Method Details
-
getECtransDestinationName
Gets the ectrans destination name.- Returns:
- the ectrans destination name
-
setECtransDestinationName
Sets the ectrans destination name.- Parameters:
param
- the new ectrans destination name
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
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
-
getComment
-
setComment
-
getData
-
setData
-
getDir
-
setDir
-
getHost
-
setHost
-
getLogin
-
setLogin
-
getName
-
setName
-
getPasswd
-
setPasswd
-
getECUser
-
setECUser
-
getECtransDestination
Gets the ectrans destination.- Returns:
- the ectrans destination
-
setECtransDestination
Sets the ectrans destination.- Parameters:
param
- the new ectrans destination
-