public class AdminRancidRouterDbCommClass extends Object
AdminRancidRouterDbCommClass class.
Constructor and Description |
---|
AdminRancidRouterDbCommClass() |
Modifier and Type | Method and Description |
---|---|
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 . |
public void setComment(String comment)
Setter for the field comment
.
comment
- a String
object.public String getDeviceTypeName()
Getter for the field deviceTypeName
.
String
object.public void setDeviceTypeName(String deviceTypeName)
Setter for the field deviceTypeName
.
deviceTypeName
- a String
object.public String getStatusName()
Getter for the field statusName
.
String
object.public void setStatusName(String statusName)
Setter for the field statusName
.
statusName
- a String
object.public void setGroupName(String groupName)
Setter for the field groupName
.
groupName
- a String
object.public String getDeviceName()
Getter for the field deviceName
.
String
object.Copyright © 2021. All rights reserved.