com.opera.core.systems.model
Class ScriptResult

java.lang.Object
  extended by 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

Field Summary
protected  java.lang.String className
           
protected  int objectId
           
 
Constructor Summary
ScriptResult(int objectId, java.lang.String className)
           
 
Method Summary
 java.lang.String getClassName()
           
 int getObjectId()
           
 void setClassName(java.lang.String className)
           
 void setObjectId(int objectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectId

protected int objectId

className

protected java.lang.String className
Constructor Detail

ScriptResult

public ScriptResult(int objectId,
                    java.lang.String className)
Method Detail

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.