Class ECUser

All Implemented Interfaces:
Serializable, Cloneable

public class ECUser extends DataBaseObject
The Class ECUser.
See Also:
  • Field Details Link icon

    • ECU_COMMENT Link icon

      protected String ECU_COMMENT
      The _ecu comment.
    • ECU_DIR Link icon

      protected String ECU_DIR
      The _ecu dir.
    • ECU_GID Link icon

      protected long ECU_GID
      The _ecu gid.
    • ECU_NAME Link icon

      protected String ECU_NAME
      The ecu name.
    • ECU_SHELL Link icon

      protected String ECU_SHELL
      The ecu shell.
    • ECU_UID Link icon

      protected long ECU_UID
      The ecu uid.
  • Constructor Details Link icon

    • ECUser Link icon

      public ECUser()
      Instantiates a new EC user.
    • ECUser Link icon

      public ECUser(String name)
      Instantiates a new EC user.
      Parameters:
      name - the name
  • Method Details Link icon

    • getComment Link icon

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

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

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

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

      public long getGid()
      Gets the gid.
      Returns:
      the gid
    • setGid Link icon

      public void setGid(long param)
      Sets the gid.
      Parameters:
      param - the new gid
    • setGid Link icon

      public void setGid(String param)
      Sets the gid.
      Parameters:
      param - the new gid
    • getName Link icon

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

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

      public String getShell()
      Gets the shell.
      Returns:
      the shell
    • setShell Link icon

      public void setShell(String param)
      Sets the shell.
      Parameters:
      param - the new shell
    • getUid Link icon

      public long getUid()
      Gets the uid.
      Returns:
      the uid
    • setUid Link icon

      public void setUid(long param)
      Sets the uid.
      Parameters:
      param - the new uid
    • setUid Link icon

      public void setUid(String param)
      Sets the uid.
      Parameters:
      param - the new uid
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object