|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ucm.look.locationProviderWifi.wifi.Lugar
public class Lugar
Stores information of a defined node.
Constructor Summary | |
---|---|
Lugar()
Default constructor. |
|
Lugar(int planta,
int x,
int y,
java.lang.String nombre)
Parameterized contructor |
Method Summary | |
---|---|
java.lang.String |
getNombre()
Returns the name |
int |
getPlanta()
Returns the floor |
int |
getX()
Returns the X coordinate |
int |
getY()
Returns the Y coordinate |
java.lang.String |
toString()
Returns the node as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Lugar()
public Lugar(int planta, int x, int y, java.lang.String nombre)
planta
- floorx
- X coordinatey
- Y coordinatenombre
- Node nameMethod Detail |
---|
public java.lang.String getNombre()
public int getPlanta()
public int getX()
public int getY()
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 |