public class HardwareInventory
extends java.lang.Object
| Constructor and Description |
|---|
HardwareInventory() |
| Modifier and Type | Method and Description |
|---|---|
UGWNE |
getUgw() |
UGWHplmn |
getUgwHplmn() |
java.util.List<UGWPhyPort> |
getUgwPortLst() |
void |
setUgw(UGWNE ugw) |
void |
setUgwHplmn(UGWHplmn ugwHplmn) |
void |
setUgwPortLst(java.util.List<UGWPhyPort> ugwPortLst) |
public UGWNE getUgw()
public void setUgw(UGWNE ugw)
ugw - the ugw to setpublic UGWHplmn getUgwHplmn()
public void setUgwHplmn(UGWHplmn ugwHplmn)
ugwHplmn - the ugwHplmn to setpublic java.util.List<UGWPhyPort> getUgwPortLst()
public void setUgwPortLst(java.util.List<UGWPhyPort> ugwPortLst)
ugwPortLst - the ugwPortLst to set