net.sourceforge.squirrel_sql.plugins.userscript.kernel
Class Script

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.userscript.kernel.Script

public class Script
extends Object


Constructor Summary
Script()
           
 
Method Summary
 String getName()
           
 String getScriptClass()
           
 boolean isShowInStandard()
           
 void setName(String name)
           
 void setScriptClass(String scriptClass)
           
 void setShowInStandard(boolean showInStandard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Script

public Script()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getScriptClass

public String getScriptClass()

setScriptClass

public void setScriptClass(String scriptClass)

isShowInStandard

public boolean isShowInStandard()

setShowInStandard

public void setShowInStandard(boolean showInStandard)


Copyright © 2001-2013. All Rights Reserved.