Class baja.Object
Represents baja:Object in BajaScript.
Since this Constructor represents an abstract class, it should never
be directly used to create a new Object.
Defined in: obj.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Equivalence test.
|
|
|
Return the Object's Icon.
|
Field Detail
{Boolean}
equivalent
Equivalence test.
Equivalent is used to compare if two objects have equivalent
state, but might not want to return true for equals since it
it has implied semantics for many operations. The default
implementation returns the result of equals().
{baja.Icon}
getIcon
Return the Object's Icon.