public class ServerFabricDevice extends Object implements Serializable
Constructor and Description |
---|
ServerFabricDevice() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName() |
Integer |
getDeviceNumber() |
ServerFabricDeviceLocation |
getLocation() |
Integer |
getOaSlotNumber() |
List<ServerFabricPhysicalPort> |
getPhysicalPorts() |
Integer |
getSlotNumber() |
void |
setDeviceName(String deviceName) |
void |
setDeviceNumber(Integer deviceNumber) |
void |
setLocation(ServerFabricDeviceLocation location) |
void |
setOaSlotNumber(Integer oaSlotNumber) |
void |
setPhysicalPorts(List<ServerFabricPhysicalPort> physicalPorts) |
void |
setSlotNumber(Integer slotNumber) |
public String getDeviceName()
public void setDeviceName(String deviceName)
public Integer getDeviceNumber()
public void setDeviceNumber(Integer deviceNumber)
public ServerFabricDeviceLocation getLocation()
public void setLocation(ServerFabricDeviceLocation location)
public Integer getOaSlotNumber()
public void setOaSlotNumber(Integer oaSlotNumber)
public List<ServerFabricPhysicalPort> getPhysicalPorts()
public void setPhysicalPorts(List<ServerFabricPhysicalPort> physicalPorts)
public Integer getSlotNumber()
public void setSlotNumber(Integer slotNumber)
Copyright © 2016. All rights reserved.