com.opera.core.systems.model
Class ScriptResult

java.lang.Object
  extended by com.opera.core.systems.model.ScriptResult

public class ScriptResult
extends 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  String className
           
protected  int objectId
           
 
Constructor Summary
ScriptResult(int objectId, String className)
           
 
Method Summary
 String getClassName()
           
 int getObjectId()
           
 void setClassName(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 String className
Constructor Detail

ScriptResult

public ScriptResult(int objectId,
                    String className)
Method Detail

getObjectId

public int getObjectId()

setObjectId

public void setObjectId(int objectId)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)


Copyright © 2011. All Rights Reserved.