public class RackMount extends Object
Constructor and Description |
---|
RackMount() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
RackMountLocation |
getLocation() |
String |
getMountUri() |
Integer |
getRelativeOrder() |
Integer |
getTopUSlot() |
Integer |
getuHeight() |
int |
hashCode() |
void |
setLocation(RackMountLocation location) |
void |
setMountUri(String mountUri) |
void |
setRelativeOrder(Integer relativeOrder) |
void |
setTopUSlot(Integer topUSlot) |
void |
setuHeight(Integer uHeight) |
public RackMountLocation getLocation()
public void setLocation(RackMountLocation location)
public String getMountUri()
public void setMountUri(String mountUri)
public Integer getRelativeOrder()
public void setRelativeOrder(Integer relativeOrder)
public Integer getTopUSlot()
public void setTopUSlot(Integer topUSlot)
public Integer getuHeight()
public void setuHeight(Integer uHeight)
Copyright © 2016. All rights reserved.