|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.inventory.NodeBaseInventory
public class NodeBaseInventory
NodeBaseInventory class.
| Constructor Summary | |
|---|---|
NodeBaseInventory()
Constructor for NodeBaseInventory. |
|
| Method Summary | |
|---|---|
String |
expand()
expand |
String |
getConfigurationurl()
Getter for the field configurationurl. |
Date |
getCreationdate()
Getter for the field creationdate. |
String |
getDevicename()
Getter for the field devicename. |
String |
getGroupname()
Getter for the field groupname. |
List<org.opennms.rancid.InventoryElement2> |
getIe()
Getter for the field ie. |
String |
getStatus()
Getter for the field status. |
String |
getSwconfigurationurl()
Getter for the field swconfigurationurl. |
String |
getVersion()
Getter for the field version. |
void |
setConfigurationurl(String configurationurl)
Setter for the field configurationurl. |
void |
setCreationdate(Date creationdate)
Setter for the field creationdate. |
void |
setDevicename(String devicename)
Setter for the field devicename. |
void |
setGroupname(String groupname)
Setter for the field groupname. |
void |
setIe(List<org.opennms.rancid.InventoryElement2> ie)
Setter for the field ie. |
void |
setStatus(String status)
Setter for the field status. |
void |
setSwconfigurationurl(String swconfigurationurl)
Setter for the field swconfigurationurl. |
void |
setVersion(String version)
Setter for the field version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeBaseInventory()
Constructor for NodeBaseInventory.
| Method Detail |
|---|
public String getDevicename()
Getter for the field devicename.
String object.public void setDevicename(String devicename)
Setter for the field devicename.
devicename - a String object.public String getGroupname()
Getter for the field groupname.
String object.public void setGroupname(String groupname)
Setter for the field groupname.
groupname - a String object.public String getVersion()
Getter for the field version.
String object.public void setVersion(String version)
Setter for the field version.
version - a String object.public String getStatus()
Getter for the field status.
String object.public void setStatus(String status)
Setter for the field status.
status - a String object.public Date getCreationdate()
Getter for the field creationdate.
Date object.public void setCreationdate(Date creationdate)
Setter for the field creationdate.
creationdate - a Date object.public String getSwconfigurationurl()
Getter for the field swconfigurationurl.
String object.public void setSwconfigurationurl(String swconfigurationurl)
Setter for the field swconfigurationurl.
swconfigurationurl - a String object.public String getConfigurationurl()
Getter for the field configurationurl.
String object.public void setConfigurationurl(String configurationurl)
Setter for the field configurationurl.
configurationurl - a String object.public List<org.opennms.rancid.InventoryElement2> getIe()
Getter for the field ie.
List object.public void setIe(List<org.opennms.rancid.InventoryElement2> ie)
Setter for the field ie.
ie - a List object.public String expand()
expand
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||