public class ServerFabricDevice extends Object implements Serializable
Constructor and Description |
---|
ServerFabricDevice() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeviceName() |
Integer |
getDeviceNumber() |
ServerFabricDeviceLocation |
getLocation() |
Integer |
getOaSlotNumber() |
List<ServerFabricPhysicalPort> |
getPhysicalPorts() |
Integer |
getSlotNumber() |
int |
hashCode() |
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) |
String |
toString() |
public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName
- the deviceName to setpublic Integer getDeviceNumber()
public void setDeviceNumber(Integer deviceNumber)
deviceNumber
- the deviceNumber to setpublic ServerFabricDeviceLocation getLocation()
public void setLocation(ServerFabricDeviceLocation location)
location
- the location to setpublic Integer getOaSlotNumber()
public void setOaSlotNumber(Integer oaSlotNumber)
oaSlotNumber
- the oaSlotNumber to setpublic List<ServerFabricPhysicalPort> getPhysicalPorts()
public void setPhysicalPorts(List<ServerFabricPhysicalPort> physicalPorts)
physicalPorts
- the physicalPorts to setpublic Integer getSlotNumber()
public void setSlotNumber(Integer slotNumber)
slotNumber
- the slotNumber to setCopyright © 2017. All rights reserved.