|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sentilla.host.client.gateway.GatewayNode
public class GatewayNode
Field Summary | |
---|---|
private int |
channel
|
private Mac64Address |
gatewayId
|
private int |
lplInterval
|
private String |
name
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
GatewayNode(String name)
|
|
GatewayNode(String name,
Mac64Address gatewayId,
int channel)
|
Method Summary | |
---|---|
int |
getGatewayChannel()
Returns the channel |
Mac64Address |
getGatewayId()
Returns the gateway id of this gateway. |
int |
getGatewayLPLInterval()
Returns the LPL interval burned in this gateway's firmware |
String |
getName()
Returns the name of this gateway. |
boolean |
setGatewayChannel(int channel)
Sets the gateway channel |
boolean |
setGatewayId(Long gatewayId)
Sets the gateway id of this gateway. |
void |
setGatewayLPLInterval(int interval)
Sets the LPL interval burned in this gateway's firmware |
boolean |
setName(String name)
Sets the name of this gateway. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String name
private Mac64Address gatewayId
private int channel
private int lplInterval
Constructor Detail |
---|
public GatewayNode(String name)
public GatewayNode(String name, Mac64Address gatewayId, int channel)
Method Detail |
---|
public String getName()
public boolean setName(String name)
public Mac64Address getGatewayId()
public boolean setGatewayId(Long gatewayId)
public int getGatewayChannel()
public boolean setGatewayChannel(int channel)
channel
-
public void setGatewayLPLInterval(int interval)
interval
- LPL interval in millisecondspublic int getGatewayLPLInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |