|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectde.unikassel.android.sdcframework.data.independent.GSMNeighborCell
public final class GSMNeighborCell
A simple class to hold neighbor GSM cell information.
GSMSampleData| Field Summary | |
|---|---|
private int |
cellId
The GSM cell ID |
private int |
signalStrength
The GSM received signal strength indicator |
| Constructor Summary | |
|---|---|
GSMNeighborCell()
Constructor |
|
GSMNeighborCell(int cellId,
int signalStrength)
Constructor |
|
| Method Summary | |
|---|---|
int |
getCellId()
Getter for the cellId |
int |
getSignalStrength()
Getter for the signal strength |
void |
setCellId(int cellId)
Setter for the cellId |
void |
setSignalStrength(int signalStrength)
Setter for the signal strength |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int cellId
private int signalStrength
| Constructor Detail |
|---|
public GSMNeighborCell()
public GSMNeighborCell(int cellId,
int signalStrength)
cellId - the cell idsignalStrength - the signal strength| Method Detail |
|---|
public final int getCellId()
public final void setCellId(int cellId)
cellId - the cellId to setpublic final int getSignalStrength()
public final void setSignalStrength(int signalStrength)
signalStrength - the signal strength to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||