AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.beans
Class DataBean

java.lang.Object
  extended bycom.adventnet.wifi.mediation.beans.AbstractBean
      extended bycom.adventnet.wifi.mediation.beans.DataBean

public class DataBean
extends AbstractBean

Generic Class that holds AccessPoint Details. This class will be used by the WiFi Mediation if specific Beans like RadioBean,SSIDBean etc are not defined for a given fetch request.


Field Summary
 
Fields inherited from class com.adventnet.wifi.mediation.beans.AbstractBean
templateConstants
 
Constructor Summary
DataBean(java.lang.Object obj)
          Creates an instance of DataBean with the given data.
 
Method Summary
 java.util.List getColumns()
          Returns the list of Keys present in the DataBean.
 java.lang.Object getData(java.lang.String key)
          Returns the valuen for a given key.
 java.lang.String toString()
          Returns 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

DataBean

public DataBean(java.lang.Object obj)
Creates an instance of DataBean with the given data.

Method Detail

getColumns

public java.util.List getColumns()
Returns the list of Keys present in the DataBean.


getData

public java.lang.Object getData(java.lang.String key)
Returns the valuen for a given key.


toString

public java.lang.String toString()
Returns the String representation of this Object.


AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.