net.sourceforge.squirrel_sql.plugins.refactoring.prefs
Class RefactoringPreferenceBean

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.refactoring.prefs.RefactoringPreferenceBean
All Implemented Interfaces:
Serializable, Cloneable

public class RefactoringPreferenceBean
extends Object
implements Cloneable, Serializable

A bean class to store preferences for the Refactoring plugin.

See Also:
Serialized Form

Constructor Summary
RefactoringPreferenceBean()
           
 
Method Summary
 Object clone()
          Return a copy of this object.
 String getClientName()
          Retrieve the client to use.
 String getClientVersion()
          Retrieve the client version to use.
 boolean isQualifyTableNames()
          Returns a boolean value indicating whether or not to qualify table names with the schema when generating scripts
 boolean isQuoteIdentifiers()
           
 void setClientName(String value)
          Set the client name.
 void setClientVersion(String value)
          Set the client version.
 void setQualifyTableNames(boolean qualifyTableNames)
          Sets whether or not to qualify table names with the schema when generating scripts
 void setQuoteIdentifiers(boolean quoteIdentifiers)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactoringPreferenceBean

public RefactoringPreferenceBean()
Method Detail

clone

public Object clone()
Return a copy of this object.

Overrides:
clone in class Object

getClientName

public String getClientName()
Retrieve the client to use. This is only used if useAnonymousClient is false.

Returns:
Client name.

setClientName

public void setClientName(String value)
Set the client name.

Parameters:
value - Client name

getClientVersion

public String getClientVersion()
Retrieve the client version to use. This is only used if useAnonymousLogon is false.

Returns:
Client version.

setClientVersion

public void setClientVersion(String value)
Set the client version.

Parameters:
value - Client version

setQualifyTableNames

public void setQualifyTableNames(boolean qualifyTableNames)
Sets whether or not to qualify table names with the schema when generating scripts

Parameters:
qualifyTableNames - a boolean value

isQualifyTableNames

public boolean isQualifyTableNames()
Returns a boolean value indicating whether or not to qualify table names with the schema when generating scripts

Returns:
Returns the value of qualifyTableNames.

isQuoteIdentifiers

public boolean isQuoteIdentifiers()
Returns:
the quoteIdentifiers

setQuoteIdentifiers

public void setQuoteIdentifiers(boolean quoteIdentifiers)
Parameters:
quoteIdentifiers - the quoteIdentifiers to set


Copyright © 2001-2011. All Rights Reserved.