org.opennms.rancid
Class InventorySlot
java.lang.Object
org.opennms.rancid.InventorySlot
- All Implemented Interfaces:
- Expandable
public class InventorySlot
- extends Object
- implements Expandable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventorySlot
public InventorySlot(String slotName,
String slotType,
String hvers,
String part,
String sn)
getSlotName
public String getSlotName()
setSlotName
public void setSlotName(String slotName)
getSlotType
public String getSlotType()
setSlotType
public void setSlotType(String slotType)
getHvers
public String getHvers()
setHvers
public void setHvers(String hvers)
getPart
public String getPart()
setPart
public void setPart(String part)
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.