lucee.Componentcfboom.lang.Object
The root of the cfboom class hierarchy.
Private Variable Summary | ||||
---|---|---|---|---|
type | variable | default | serializable | required |
struct
|
_instance
Private structure to hold instance variables.
|
structNew()
|
false
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
boolean
|
equals([any other])
Determines if the given object is equal to this. |
string
|
getComponentName()
Returns the object's fullname or name as defined in the meta. |
numeric
|
getIdentityHashCode()
Returns the System identityHashCode of this. |
string
|
getIdentityString()
Returns a unique string to identify this object. |
struct
|
getMeta()
Returns the object's metadata. |
numeric
|
hashCode()
Returns the object's hashcode. |
string
|
toString()
Returns a user-friendly string of the object. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor.
Private Variable Detail |
---|
Private structure to hold instance variables.
access
- privaterequired
- falseserializable
- falseMethod Detail |
---|
Determines if the given object is equal to this.
other
Returns the object's fullname or name as defined in the meta.
Returns the System identityHashCode of this.
Returns a unique string to identify this object.
Returns the object's metadata.
Returns the object's hashcode.
Returns a user-friendly string of the object.