com.opera.core.systems.model
Class ScriptResult
java.lang.Object
com.opera.core.systems.model.ScriptResult
public class ScriptResult
- extends java.lang.Object
Holds the result of a script execution, namely for an object, scope protocol assigns an object id
for each object retrieved through the protocol, this id can also be used later on to release the
object.
- Author:
- Deniz Turkoglu
|
Constructor Summary |
ScriptResult(int objectId,
java.lang.String className)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectId
protected int objectId
className
protected java.lang.String className
ScriptResult
public ScriptResult(int objectId,
java.lang.String className)
getObjectId
public int getObjectId()
setObjectId
public void setObjectId(int objectId)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String className)
Copyright © 2011. All Rights Reserved.