Class AdminRancidCloginCommClass


  • public class AdminRancidCloginCommClass
    extends java.lang.Object

    AdminRancidCloginCommClass class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAutoE()
      Getter for the field autoE.
      java.lang.String getDeviceName()
      Getter for the field deviceName.
      java.lang.String getEnpass()
      Getter for the field enpass.
      java.lang.String getGroupName()
      Getter for the field groupName.
      java.lang.String getLoginM()
      Getter for the field loginM.
      java.lang.String getPass()
      Getter for the field pass.
      java.lang.String getUserID()
      Getter for the field userID.
      void setAutoE​(java.lang.String autoE)
      Setter for the field autoE.
      void setDeviceName​(java.lang.String deviceName)
      Setter for the field deviceName.
      void setEnpass​(java.lang.String enpass)
      Setter for the field enpass.
      void setGroupName​(java.lang.String groupName)
      Setter for the field groupName.
      void setLoginM​(java.lang.String loginM)
      Setter for the field loginM.
      void setPass​(java.lang.String pass)
      Setter for the field pass.
      void setUserID​(java.lang.String userID)
      Setter for the field userID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdminRancidCloginCommClass

        public AdminRancidCloginCommClass()
    • Method Detail

      • getUserID

        public java.lang.String getUserID()

        Getter for the field userID.

        Returns:
        a String object.
      • setUserID

        public void setUserID​(java.lang.String userID)

        Setter for the field userID.

        Parameters:
        userID - a String object.
      • getPass

        public java.lang.String getPass()

        Getter for the field pass.

        Returns:
        a String object.
      • setPass

        public void setPass​(java.lang.String pass)

        Setter for the field pass.

        Parameters:
        pass - a String object.
      • getEnpass

        public java.lang.String getEnpass()

        Getter for the field enpass.

        Returns:
        a String object.
      • setEnpass

        public void setEnpass​(java.lang.String enpass)

        Setter for the field enpass.

        Parameters:
        enpass - a String object.
      • getLoginM

        public java.lang.String getLoginM()

        Getter for the field loginM.

        Returns:
        a String object.
      • setLoginM

        public void setLoginM​(java.lang.String loginM)

        Setter for the field loginM.

        Parameters:
        loginM - a String object.
      • getAutoE

        public java.lang.String getAutoE()

        Getter for the field autoE.

        Returns:
        a String object.
      • setAutoE

        public void setAutoE​(java.lang.String autoE)

        Setter for the field autoE.

        Parameters:
        autoE - a String object.
      • getGroupName

        public java.lang.String getGroupName()

        Getter for the field groupName.

        Returns:
        a String object.
      • setGroupName

        public void setGroupName​(java.lang.String groupName)

        Setter for the field groupName.

        Parameters:
        groupName - a String object.
      • getDeviceName

        public java.lang.String getDeviceName()

        Getter for the field deviceName.

        Returns:
        a String object.
      • setDeviceName

        public void setDeviceName​(java.lang.String deviceName)

        Setter for the field deviceName.

        Parameters:
        deviceName - a String object.