net.sourceforge.squirrel_sql.plugins.dbdiff.prefs
Interface IPluginPreferenceBean

All Known Implementing Classes:
DBDiffPreferenceBean

public interface IPluginPreferenceBean


Method Summary
 String getClientName()
          Retrieve the client to use.
 String getClientVersion()
          Retrieve the client version to use.
 void setClientName(String value)
          Set the client name.
 void setClientVersion(String value)
          Set the client version.
 

Method Detail

getClientName

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

Returns:
Client name.

setClientName

void setClientName(String value)
Set the client name.

Parameters:
value - Client name

getClientVersion

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

Returns:
Client version.

setClientVersion

void setClientVersion(String value)
Set the client version.

Parameters:
value - Client version


Copyright © 2001-2012. All Rights Reserved.