Class MSUser

All Implemented Interfaces:
Serializable, Cloneable

public class MSUser extends DataBaseObject
ECMWF Product Data Store (ECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
See Also:
  • Field Details

    • ECD_NAME

      protected String ECD_NAME
      The ecd name.
    • ECU_NAME

      protected String ECU_NAME
      The ecu name.
    • MSU_ACTIVE

      protected boolean MSU_ACTIVE
      The msu active.
    • MSU_COMMENT

      protected String MSU_COMMENT
      The msu comment.
    • MSU_DATA

      protected String MSU_DATA
      The msu data.
    • MSU_DIR

      protected String MSU_DIR
      The msu dir.
    • MSU_HOST

      protected String MSU_HOST
      The msu host.
    • MSU_LOGIN

      protected String MSU_LOGIN
      The msu login.
    • MSU_NAME

      protected String MSU_NAME
      The msu name.
    • MSU_PASSWD

      protected String MSU_PASSWD
      The msu passwd.
    • ecuser

      protected ECUser ecuser
      The ecuser.
    • ectransDestination

      protected ECtransDestination ectransDestination
      The ectrans destination.
  • Constructor Details

    • MSUser

      public MSUser()
      Instantiates a new MS user.
    • MSUser

      public MSUser(String name)
      Instantiates a new MS user.
      Parameters:
      name - the name
  • Method Details

    • getECtransDestinationName

      public String getECtransDestinationName()
      Gets the ectrans destination name.
      Returns:
      the ectrans destination name
    • setECtransDestinationName

      public void setECtransDestinationName(String param)
      Sets the ectrans destination name.
      Parameters:
      param - the new ectrans destination name
    • getECUserName

      public String getECUserName()
      Gets the EC user name.
      Returns:
      the EC user name
    • setECUserName

      public void setECUserName(String param)
      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

      public void setActive(String param)
      Sets the active.
      Parameters:
      param - the new active
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getData

      public String getData()
      Gets the data.
      Returns:
      the data
    • setData

      public void setData(String param)
      Sets the data.
      Parameters:
      param - the new data
    • getDir

      public String getDir()
      Gets the dir.
      Returns:
      the dir
    • setDir

      public void setDir(String param)
      Sets the dir.
      Parameters:
      param - the new dir
    • getHost

      public String getHost()
      Gets the host.
      Returns:
      the host
    • setHost

      public void setHost(String param)
      Sets the host.
      Parameters:
      param - the new host
    • getLogin

      public String getLogin()
      Gets the login.
      Returns:
      the login
    • setLogin

      public void setLogin(String param)
      Sets the login.
      Parameters:
      param - the new login
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name
    • getPasswd

      public String getPasswd()
      Gets the passwd.
      Returns:
      the passwd
    • setPasswd

      public void setPasswd(String param)
      Sets the passwd.
      Parameters:
      param - the new passwd
    • getECUser

      public ECUser getECUser()
      Gets the EC user.
      Returns:
      the EC user
    • setECUser

      public void setECUser(ECUser param)
      Sets the EC user.
      Parameters:
      param - the new EC user
    • getECtransDestination

      public ECtransDestination getECtransDestination()
      Gets the ectrans destination.
      Returns:
      the ectrans destination
    • setECtransDestination

      public void setECtransDestination(ECtransDestination param)
      Sets the ectrans destination.
      Parameters:
      param - the new ectrans destination