|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.refactoring.prefs.RefactoringPreferenceBean
public class RefactoringPreferenceBean
A bean class to store preferences for the Refactoring plugin.
| 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 |
|---|
public RefactoringPreferenceBean()
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic String getClientName()
public void setClientName(String value)
value - Client namepublic String getClientVersion()
public void setClientVersion(String value)
value - Client versionpublic void setQualifyTableNames(boolean qualifyTableNames)
qualifyTableNames - a boolean valuepublic boolean isQualifyTableNames()
public boolean isQuoteIdentifiers()
public void setQuoteIdentifiers(boolean quoteIdentifiers)
quoteIdentifiers - the quoteIdentifiers to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||