public class DeviceSlots extends Object implements Serializable
Constructor and Description |
---|
DeviceSlots() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeviceName() |
String |
getLocation() |
List<PhysicalPorts> |
getPhysicalPorts() |
String |
getSlotNumber() |
int |
hashCode() |
void |
setDeviceName(String deviceName) |
void |
setLocation(String location) |
void |
setPhysicalPorts(List<PhysicalPorts> physicalPorts) |
void |
setSlotNumber(String slotNumber) |
String |
toString() |
public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName
- the deviceName to setpublic String getLocation()
public void setLocation(String location)
location
- the location to setpublic List<PhysicalPorts> getPhysicalPorts()
public void setPhysicalPorts(List<PhysicalPorts> physicalPorts)
physicalPorts
- the physicalPorts to setpublic String getSlotNumber()
public void setSlotNumber(String slotNumber)
slotNumber
- the slotNumber to setCopyright © 2016. All rights reserved.