public class CalixShelf
extends java.lang.Object
| Constructor and Description |
|---|
CalixShelf() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CalixCardSlot> |
getCardSlots() |
java.lang.String |
getDescription() |
java.lang.String |
getDeviceName() |
java.util.List<CalixFanSlot> |
getFanSlots() |
java.lang.String |
getModel() |
int |
getNumberCardSlots() |
int |
getNumberFanSlots() |
int |
getNumberOfShelves() |
java.lang.String |
getPowerSupply() |
java.lang.String |
getShelfId() |
java.lang.String |
getShelves() |
java.lang.String |
getType() |
java.lang.String |
getVendor() |
void |
setCardSlots(java.util.List<CalixCardSlot> cardSlots) |
void |
setDescription(java.lang.String description) |
void |
setDeviceName(java.lang.String deviceName) |
void |
setFanSlots(java.util.List<CalixFanSlot> fanSlots) |
void |
setModel(java.lang.String model) |
void |
setNumberCardSlots(int numberCardSlots) |
void |
setNumberFanSlots(int numberFanSlots) |
void |
setNumberOfShelves(int numberOfShelves) |
void |
setPowerSupply(java.lang.String powerSupply) |
void |
setShelfId(java.lang.String shelfId) |
void |
setShelves(java.lang.String shelves) |
void |
setType(java.lang.String type) |
void |
setVendor(java.lang.String vendor) |
public java.lang.String getModel()
public void setModel(java.lang.String model)
model - the model to setpublic java.lang.String getVendor()
public void setVendor(java.lang.String vendor)
vendor - the vendor to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.String getDeviceName()
public void setDeviceName(java.lang.String deviceName)
deviceName - the deviceName to setpublic int getNumberOfShelves()
public void setNumberOfShelves(int numberOfShelves)
numberOfShelves - the numberOfShelves to setpublic java.lang.String getShelves()
public void setShelves(java.lang.String shelves)
shelves - the shelves to setpublic java.lang.String getShelfId()
public void setShelfId(java.lang.String shelfId)
shelfId - the shelfId to setpublic java.lang.String getPowerSupply()
public void setPowerSupply(java.lang.String powerSupply)
powerSupply - the powerSupply to setpublic java.util.List<CalixCardSlot> getCardSlots()
public void setCardSlots(java.util.List<CalixCardSlot> cardSlots)
cardSlots - the cardSlots to setpublic java.util.List<CalixFanSlot> getFanSlots()
public void setFanSlots(java.util.List<CalixFanSlot> fanSlots)
fanSlots - the fanSlots to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic int getNumberCardSlots()
public void setNumberCardSlots(int numberCardSlots)
numberCardSlots - the numberCardSlots to setpublic int getNumberFanSlots()
public void setNumberFanSlots(int numberFanSlots)
numberFanSlots - the numberFanSlots to set