net.sourceforge.squirrel_sql.plugins.sqlreplace
Class Replacement

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.sqlreplace.Replacement

public class Replacement
extends Object

Author:
Dieter

Field Summary
protected  String _variable
          The name of the replacement
 
Constructor Summary
Replacement()
           
Replacement(String variable, String value)
           
 
Method Summary
 String getRegexVariable()
           
 String getValue()
           
 String getVariable()
           
 void setValue(String _value)
           
 void setVariable(String _variable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_variable

protected String _variable
The name of the replacement

Constructor Detail

Replacement

public Replacement()

Replacement

public Replacement(String variable,
                   String value)
Method Detail

getVariable

public String getVariable()

setVariable

public void setVariable(String _variable)

getRegexVariable

public String getRegexVariable()

getValue

public String getValue()

setValue

public void setValue(String _value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2011. All Rights Reserved.