org.opennms.web.controller.inventory
Class AdminRancidCloginCommClass

java.lang.Object
  extended by org.opennms.web.controller.inventory.AdminRancidCloginCommClass

public class AdminRancidCloginCommClass
extends Object

AdminRancidCloginCommClass class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
AdminRancidCloginCommClass()
           
 
Method Summary
 String getAutoE()
          Getter for the field autoE.
 String getDeviceName()
          Getter for the field deviceName.
 String getEnpass()
          Getter for the field enpass.
 String getGroupName()
          Getter for the field groupName.
 String getLoginM()
          Getter for the field loginM.
 String getPass()
          Getter for the field pass.
 String getUserID()
          Getter for the field userID.
 void setAutoE(String autoE)
          Setter for the field autoE.
 void setDeviceName(String deviceName)
          Setter for the field deviceName.
 void setEnpass(String enpass)
          Setter for the field enpass.
 void setGroupName(String groupName)
          Setter for the field groupName.
 void setLoginM(String loginM)
          Setter for the field loginM.
 void setPass(String pass)
          Setter for the field pass.
 void setUserID(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 String getUserID()

Getter for the field userID.

Returns:
a String object.

setUserID

public void setUserID(String userID)

Setter for the field userID.

Parameters:
userID - a String object.

getPass

public String getPass()

Getter for the field pass.

Returns:
a String object.

setPass

public void setPass(String pass)

Setter for the field pass.

Parameters:
pass - a String object.

getEnpass

public String getEnpass()

Getter for the field enpass.

Returns:
a String object.

setEnpass

public void setEnpass(String enpass)

Setter for the field enpass.

Parameters:
enpass - a String object.

getLoginM

public String getLoginM()

Getter for the field loginM.

Returns:
a String object.

setLoginM

public void setLoginM(String loginM)

Setter for the field loginM.

Parameters:
loginM - a String object.

getAutoE

public String getAutoE()

Getter for the field autoE.

Returns:
a String object.

setAutoE

public void setAutoE(String autoE)

Setter for the field autoE.

Parameters:
autoE - a String object.

getGroupName

public String getGroupName()

Getter for the field groupName.

Returns:
a String object.

setGroupName

public void setGroupName(String groupName)

Setter for the field groupName.

Parameters:
groupName - a String object.

getDeviceName

public String getDeviceName()

Getter for the field deviceName.

Returns:
a String object.

setDeviceName

public void setDeviceName(String deviceName)

Setter for the field deviceName.

Parameters:
deviceName - a String object.


Copyright © 2011. All Rights Reserved.