Oracle Application Server Wireless Java API Reference
B14043-01


oracle.edge.common
Class EdgeObject

java.lang.Object
  extended byoracle.edge.common.EdgeObject


public class EdgeObject
extends java.lang.Object

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

EdgeObject

public EdgeObject()
Default Constructor

EdgeObject

public EdgeObject(long Id)
Creates an EdgeObject with the given id
Parameters:
Id - The id that should be set on this EdgeObject.

Method Detail

equals

public boolean equals(java.lang.Object CurObj)
Compares if two EdgeObjects are equal. Tests only equality of the ids.
Parameters:
CurObj - The EdgeObject to compare this EdgeObject against
Returns:
true if these EdgeObjects are equal, false otherwise.

getId

public long getId()
Retrieves the id of this EdgeObject
Returns:
the id of this EdgeObject

setId

public void setId(long Id)
Sets the id of this EdgeObject
Parameters:
Id - the id this EdgeObject should be set to

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.