public class DataServerExplorerPoolEntryImpl extends java.lang.Object implements DataServerExplorerPoolEntry
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected DataServerExplorerParameters |
explorer |
protected java.lang.String |
name |
| Constructor and Description |
|---|
DataServerExplorerPoolEntryImpl() |
DataServerExplorerPoolEntryImpl(java.lang.String name,
java.lang.String description,
DataServerExplorerParameters explorer) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(DataServerExplorerPoolEntry target) |
java.lang.String |
getDescription() |
DataServerExplorerParameters |
getExplorerParameters() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
DataServerExplorerPoolEntry |
getValue() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistenceDefinition() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlabel, toStringprotected java.lang.String name
protected java.lang.String description
protected DataServerExplorerParameters explorer
public DataServerExplorerPoolEntryImpl()
public DataServerExplorerPoolEntryImpl(java.lang.String name,
java.lang.String description,
DataServerExplorerParameters explorer)
public java.lang.String getName()
getName in interface DataServerExplorerPoolEntrypublic void copyTo(DataServerExplorerPoolEntry target)
copyTo in interface DataServerExplorerPoolEntrypublic DataServerExplorerParameters getExplorerParameters()
getExplorerParameters in interface DataServerExplorerPoolEntrypublic java.lang.String getDescription()
getDescription in interface DataServerExplorerPoolEntrypublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic static void registerPersistenceDefinition()
public java.lang.String getLabel()
getLabel in interface LabeledValue<DataServerExplorerPoolEntry>public DataServerExplorerPoolEntry getValue()
getValue in interface LabeledValue<DataServerExplorerPoolEntry>