org.opennms.report.inventory
Class NodeBaseInventory

java.lang.Object
  extended by org.opennms.report.inventory.NodeBaseInventory

public class NodeBaseInventory
extends Object

NodeBaseInventory class.

Version:
$Id: $
Author:
ranger

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

NodeBaseInventory

public NodeBaseInventory()

Constructor for NodeBaseInventory.

Method Detail

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.

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.

getVersion

public String getVersion()

Getter for the field version.

Returns:
a String object.

setVersion

public void setVersion(String version)

Setter for the field version.

Parameters:
version - a String object.

getStatus

public String getStatus()

Getter for the field status.

Returns:
a String object.

setStatus

public void setStatus(String status)

Setter for the field status.

Parameters:
status - a String object.

getCreationdate

public Date getCreationdate()

Getter for the field creationdate.

Returns:
a Date object.

setCreationdate

public void setCreationdate(Date creationdate)

Setter for the field creationdate.

Parameters:
creationdate - a Date object.

getSwconfigurationurl

public String getSwconfigurationurl()

Getter for the field swconfigurationurl.

Returns:
a String object.

setSwconfigurationurl

public void setSwconfigurationurl(String swconfigurationurl)

Setter for the field swconfigurationurl.

Parameters:
swconfigurationurl - a String object.

getConfigurationurl

public String getConfigurationurl()

Getter for the field configurationurl.

Returns:
a String object.

setConfigurationurl

public void setConfigurationurl(String configurationurl)

Setter for the field configurationurl.

Parameters:
configurationurl - a String object.

getIe

public List<org.opennms.rancid.InventoryElement2> getIe()

Getter for the field ie.

Returns:
a List object.

setIe

public void setIe(List<org.opennms.rancid.InventoryElement2> ie)

Setter for the field ie.

Parameters:
ie - a List object.

expand

public String expand()

expand

Returns:
a String object.


Copyright © 2011. All Rights Reserved.