org.opennms.rancid
Class InventoryItem

java.lang.Object
  extended by org.opennms.rancid.InventoryItem
All Implemented Interfaces:
Expandable

public class InventoryItem
extends Object
implements Expandable


Constructor Summary
InventoryItem(String name, String description)
           
InventoryItem(String name, String description, String pid, String vid, String sn)
           
 
Method Summary
 String expand()
           
 String getDescription()
           
 String getName()
           
 String getPid()
           
 String getSn()
           
 String getVid()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setPid(String pid)
           
 void setSn(String sn)
           
 void setVid(String vid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryItem

public InventoryItem(String name,
                     String description,
                     String pid,
                     String vid,
                     String sn)

InventoryItem

public InventoryItem(String name,
                     String description)
Method Detail

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.