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 StringThe ecd name.protected ECtransDestinationThe ectrans destination.protected StringThe ecu name.protected ECUserThe ecuser.protected booleanThe msu active.protected StringThe msu comment.protected StringThe msu data.protected StringThe msu dir.protected StringThe msu host.protected StringThe msu login.protected StringThe msu name.protected StringThe 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 TypeMethodDescriptionbooleanGets 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.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetComment(String param) Sets the comment.voidSets the data.voidSets the dir.voidSets the ectrans destination.voidsetECtransDestinationName(String param) Sets the ectrans destination name.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidSets the host.voidSets the login.voidSets the name.voidSets 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
-