org.opennms.web.controller.inventory
Class AdminRancidRouterDbCommClass

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

public class AdminRancidRouterDbCommClass
extends Object

AdminRancidRouterDbCommClass class.

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

Constructor Summary
AdminRancidRouterDbCommClass()
           
 
Method Summary
 String getComment()
          Getter for the field comment.
 String getDeviceName()
          Getter for the field deviceName.
 String getDeviceTypeName()
          Getter for the field deviceTypeName.
 String getGroupName()
          Getter for the field groupName.
 String getStatusName()
          Getter for the field statusName.
 void setComment(String comment)
          Setter for the field comment.
 void setDeviceName(String deviceName)
          Setter for the field deviceName.
 void setDeviceTypeName(String deviceTypeName)
          Setter for the field deviceTypeName.
 void setGroupName(String groupName)
          Setter for the field groupName.
 void setStatusName(String statusName)
          Setter for the field statusName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminRancidRouterDbCommClass

public AdminRancidRouterDbCommClass()
Method Detail

getComment

public String getComment()

Getter for the field comment.

Returns:
a String object.

setComment

public void setComment(String comment)

Setter for the field comment.

Parameters:
comment - a String object.

getDeviceTypeName

public String getDeviceTypeName()

Getter for the field deviceTypeName.

Returns:
a String object.

setDeviceTypeName

public void setDeviceTypeName(String deviceTypeName)

Setter for the field deviceTypeName.

Parameters:
deviceTypeName - a String object.

getStatusName

public String getStatusName()

Getter for the field statusName.

Returns:
a String object.

setStatusName

public void setStatusName(String statusName)

Setter for the field statusName.

Parameters:
statusName - 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.