org.opennms.rancid
Class InventoryItem
java.lang.Object
org.opennms.rancid.InventoryItem
- All Implemented Interfaces:
- Expandable
public class InventoryItem
- extends Object
- implements Expandable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryItem
public InventoryItem(String name,
String description,
String pid,
String vid,
String sn)
InventoryItem
public InventoryItem(String name,
String description)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPid
public String getPid()
setPid
public void setPid(String pid)
getVid
public String getVid()
setVid
public void setVid(String vid)
getSn
public String getSn()
setSn
public void setSn(String sn)
expand
public String expand()
- Specified by:
expand in interface Expandable
Copyright © 2012. All Rights Reserved.