|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adventnet.wifi.mediation.beans.AbstractBean
com.adventnet.wifi.mediation.beans.VLANBean
Class to hold the VLAN details. This class is primarily used to fetch the VLAN details from the Accesss point or to configure the same.
| Field Summary |
| Fields inherited from interface com.adventnet.wifi.mediation.VLANBeanConstants |
VLAN_ID |
| Constructor Summary | |
VLANBean(int id)
Constructs a VLAN Bean with the given ID. |
|
VLANBean(int id,
java.lang.String name)
Constructs a VLAN Bean with the given identifier and name. |
|
| Method Summary | |
int |
getVLANID()
Fetches the ID of the VLAN |
java.lang.String |
getVLANName()
Fetches the name of the VLAN |
void |
setVLANID(int id)
Sets the ID for the VLAN |
void |
setVLANName(java.lang.String name)
Sets the name of the VLAN |
java.lang.String |
toString()
Gives us the String representation of this Object. |
| Methods inherited from class com.adventnet.wifi.mediation.beans.AbstractBean |
getData, getOperationType, getRadioIndex, getRadioMac, getRadioMode, getTemplateConstants, setOperationType, setRadioIndex, setRadioMac, setRadioMode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VLANBean(int id)
id - the identifier of the VLAN.
public VLANBean(int id,
java.lang.String name)
id - the identifier of the VLAN.name - the name of the VLAN.| Method Detail |
public void setVLANID(int id)
id - the VLAN id.public int getVLANID()
public void setVLANName(java.lang.String name)
name - the name for the VLAN.public java.lang.String getVLANName()
public java.lang.String toString()
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||