Class AdminRancidRouterDbCommClass
- java.lang.Object
-
- org.opennms.web.controller.inventory.AdminRancidRouterDbCommClass
-
public class AdminRancidRouterDbCommClass extends Object
AdminRancidRouterDbCommClass class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description AdminRancidRouterDbCommClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Getter for the fieldcomment
.String
getDeviceName()
Getter for the fielddeviceName
.String
getDeviceTypeName()
Getter for the fielddeviceTypeName
.String
getGroupName()
Getter for the fieldgroupName
.String
getStatusName()
Getter for the fieldstatusName
.void
setComment(String comment)
Setter for the fieldcomment
.void
setDeviceName(String deviceName)
Setter for the fielddeviceName
.void
setDeviceTypeName(String deviceTypeName)
Setter for the fielddeviceTypeName
.void
setGroupName(String groupName)
Setter for the fieldgroupName
.void
setStatusName(String statusName)
Setter for the fieldstatusName
.
-
-
-
Method Detail
-
setComment
public void setComment(String comment)
Setter for the field
comment
.- Parameters:
comment
- aString
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
- aString
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
- aString
object.
-
setGroupName
public void setGroupName(String groupName)
Setter for the field
groupName
.- Parameters:
groupName
- aString
object.
-
getDeviceName
public String getDeviceName()
Getter for the field
deviceName
.- Returns:
- a
String
object.
-
-