| Package | org.servebox.commons.value |
| Class | public class BasicObject |
| Implements | IBasicObject |
| Subclasses | AbstractCollection, AbstractValueObject, ACLGrid, BrowsingOperation |
| Property | Defined by | ||
|---|---|---|---|
| internalInstanceId : uint [read-only]
The internal instance id of the object.
| BasicObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new BasicObject object.
| BasicObject | ||
|
equals(value:IBasicObject):Boolean
Object comparison mechanism.
| BasicObject | ||
|
getInstanceId():uint
Generates a unique unsigned integer id at instanciation
| BasicObject | ||
|
hashCode():int
Returns the hashcode of the object.
| BasicObject | ||
|
toString():String
Returns the string representation of the specified object.
| BasicObject | ||
| internalInstanceId | property |
internalInstanceId:uint [read-only]The internal instance id of the object.
Implementation public function get internalInstanceId():uint
| BasicObject | () | constructor |
public function BasicObject()Creates a new BasicObject object.
| equals | () | method |
public function equals(value:IBasicObject):Boolean
Object comparison mechanism. By default, the comparison is
performed using the == operator. The definition
of your own equals method is strongly encouraged.
value:IBasicObject |
Boolean |
| getInstanceId | () | method |
public final function getInstanceId():uintGenerates a unique unsigned integer id at instanciation
Returnsuint |
| hashCode | () | method |
public function hashCode():intReturns the hashcode of the object.
Returnsint |
| toString | () | method |
public function toString():StringReturns the string representation of the specified object.
ReturnsString |