cfboom.lang

Class Object

lucee.Component
    extended by cfboom.lang.Object

The root of the cfboom class hierarchy.

Class Attributes:
  • output : false
  •  
  • displayname : Class Object
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • author : Joel Tobey
  •  
    Private Variable Summary
    type variable default serializable required
    struct _instance
          Private structure to hold instance variables.

    • access = private
    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

    init

    public init()

    Constructor.


    Private Variable Detail

    _instance

    struct variables['_instance'] = {}

    Private structure to hold instance variables.

    Attributes:
    access - private
    required - false
    serializable - false

    Method Detail

    equals

    public boolean equals([any other])

    Determines if the given object is equal to this.

    Parameters:
    other

    getComponentName

    public string getComponentName()

    Returns the object's fullname or name as defined in the meta.


    getIdentityHashCode

    public numeric getIdentityHashCode()

    Returns the System identityHashCode of this.


    getIdentityString

    public string getIdentityString()

    Returns a unique string to identify this object.


    getMeta

    public struct getMeta()

    Returns the object's metadata.


    hashCode

    public numeric hashCode()

    Returns the object's hashcode.


    toString

    public string toString()

    Returns a user-friendly string of the object.