org.opennms.rancid
Class InventorySlot

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

public class InventorySlot
extends Object
implements Expandable


Constructor Summary
InventorySlot(String slotName, String slotType, String hvers, String part, String sn)
           
 
Method Summary
 String expand()
           
 String getHvers()
           
 String getPart()
           
 String getSlotName()
           
 String getSlotType()
           
 String getSn()
           
 void setHvers(String hvers)
           
 void setPart(String part)
           
 void setSlotName(String slotName)
           
 void setSlotType(String slotType)
           
 void setSn(String sn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventorySlot

public InventorySlot(String slotName,
                     String slotType,
                     String hvers,
                     String part,
                     String sn)
Method Detail

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.