|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.edge.common.EdgeObject
This is the base class for all Sensor Edge Server extensions.
| Constructor Summary | |
EdgeObject()Default Constructor |
|
EdgeObject(long Id)Creates an EdgeObject with the given id |
|
| Method Summary | |
boolean |
equals(java.lang.Object CurObj)Compares if two EdgeObjects are equal. |
long |
getId()Retrieves the id of this EdgeObject |
void |
setId(long Id)Sets the id of this EdgeObject |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EdgeObject()
public EdgeObject(long Id)
Id - The id that should be set on this EdgeObject.| Method Detail |
public boolean equals(java.lang.Object CurObj)
CurObj - The EdgeObject to compare this EdgeObject againstpublic long getId()
public void setId(long Id)
Id - the id this EdgeObject should be set to
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||