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, wait
label, toString
protected 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 DataServerExplorerPoolEntry
public void copyTo(DataServerExplorerPoolEntry target)
copyTo
in interface DataServerExplorerPoolEntry
public DataServerExplorerParameters getExplorerParameters()
getExplorerParameters
in interface DataServerExplorerPoolEntry
public java.lang.String getDescription()
getDescription
in interface DataServerExplorerPoolEntry
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public static void registerPersistenceDefinition()
public java.lang.String getLabel()
getLabel
in interface LabeledValue<DataServerExplorerPoolEntry>
public DataServerExplorerPoolEntry getValue()
getValue
in interface LabeledValue<DataServerExplorerPoolEntry>