synergynetframework.config.identity
Class IdentityConfigPrefsItem

java.lang.Object
  extended by synergynetframework.config.identity.IdentityConfigPrefsItem
All Implemented Interfaces:
PreferencesItem

public class IdentityConfigPrefsItem
extends java.lang.Object
implements PreferencesItem

The Class IdentityConfigPrefsItem.


Constructor Summary
IdentityConfigPrefsItem()
           
 
Method Summary
 javax.swing.JPanel getConfigurationPanel()
          Gets the configuration panel.
 java.lang.String getID()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 boolean isTableIdDefined()
          Checks if is table id defined.
 void setID(java.lang.String uid)
          Sets the id.
 void setTableIdDefined(boolean isTableIdDefined)
          Sets the table id defined.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityConfigPrefsItem

public IdentityConfigPrefsItem()
Method Detail

getConfigurationPanel

public javax.swing.JPanel getConfigurationPanel()
Description copied from interface: PreferencesItem
Gets the configuration panel.

Specified by:
getConfigurationPanel in interface PreferencesItem
Returns:
the configuration panel

getID

public java.lang.String getID()
Gets the id.

Returns:
the id

getName

public java.lang.String getName()
Description copied from interface: PreferencesItem
Gets the name.

Specified by:
getName in interface PreferencesItem
Returns:
the name

isTableIdDefined

public boolean isTableIdDefined()
Checks if is table id defined.

Returns:
true, if is table id defined

setID

public void setID(java.lang.String uid)
Sets the id.

Parameters:
uid - the new id

setTableIdDefined

public void setTableIdDefined(boolean isTableIdDefined)
Sets the table id defined.

Parameters:
isTableIdDefined - the new table id defined