com.adventnet.wifi.mediation.beans
Class DataBean
java.lang.Object
com.adventnet.wifi.mediation.beans.AbstractBean
com.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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataBean
public DataBean(java.lang.Object obj)
- Creates an instance of DataBean with the given data.
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.
Copyright © 2005 AdventNet Inc. All Rights Reserved.