The ultimate superclass of all objects that are not persistent. Instances of Object or any of its derived classes are transient objects that only exist in memory.(c) SAP AG 2003-2006. All rights reserved. Gets the object's Class. Gets the value of a specified property.The name of the property to get.The qualified aspect role name.The name of the property to get.The requested property value. Tests whether this object is an instance of one or more specified classes.A variable list of qualified class names to test.The test result. Invokes an overridden method on an ancestor class (including indirect ancestor classes and prototypes from which this class is derived).The name of the ancestor class/prototype to invoke.The overridden method arguments. If omitted, the arguments passed to the invoking method will be used.The invoked method return value. Sets the value of a specified property.The name of the property to set.The property's new value. If omitted, the property will be reset to its default value.The qualified aspect role name.The name of the property to set.The property's new value. If omitted, the property will be reset to its default value.This object. Invokes an overridden method on the superclass.The overridden method arguments. If omitted, the arguments passed to the invoking method will be used.The invoked method return value.