|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbackend.domainObjects.AccessPoint
public class AccessPoint
This class corresponds to the <accesspoint> tag-section in XML. It contains fields for the ID, name, channel, address, rating, and other facts about an access point. It parses this data with its fromXML method, like most other classes in the domainObjects package.
| Constructor Summary | |
|---|---|
AccessPoint()
|
|
| Method Summary | |
|---|---|
void |
fromXML(org.kxml2.io.KXmlParser theParser)
This method, like most other fromXML methods, assumes that the KXmlParser you give it has just found an <accesspoint> tag. |
java.lang.String |
getAddress()
returns the street address of the access point |
java.lang.String |
getChannel()
returns the channel |
java.lang.String |
getCity()
returns the city the access point is in |
java.lang.String |
getDatarate()
returns the data rate |
java.lang.String |
getEncryption()
returns the encryption |
java.lang.String |
getFirstSeen()
returns the time when the access point was first added to the database |
java.lang.String |
getID()
returns the ID |
java.lang.String |
getLastSeen()
returns the time when the access point's stats were last altered for our database |
java.lang.String |
getMAC()
returns the MAC address |
java.lang.String |
getName()
returns the name |
java.lang.String |
getRating()
returns the rating |
java.lang.String |
getState()
returns the state the access point is in |
java.lang.String |
getType()
returns the type |
java.lang.String |
getZIP()
returns the ZIP code the access point is in |
java.lang.String |
toString()
This object returns a string containing all the fields of the AccessPoint class, formatted nicely. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccessPoint()
| Method Detail |
|---|
public java.lang.String getID()
public java.lang.String getType()
public java.lang.String getName()
public java.lang.String getMAC()
public java.lang.String getChannel()
public java.lang.String getEncryption()
public java.lang.String getDatarate()
public java.lang.String getFirstSeen()
public java.lang.String getLastSeen()
public java.lang.String getAddress()
public java.lang.String getCity()
public java.lang.String getState()
public java.lang.String getZIP()
public java.lang.String getRating()
public void fromXML(org.kxml2.io.KXmlParser theParser)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||