Package org.gvsig.fmap.dal.spi
Class DataServerExplorerPoolEntryImpl
java.lang.Object
org.gvsig.fmap.dal.spi.DataServerExplorerPoolEntryImpl
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataServerExplorerPoolEntry,org.gvsig.tools.persistence.Persistent,org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>
public class DataServerExplorerPoolEntryImpl
extends Object
implements org.gvsig.fmap.dal.DataServerExplorerPoolEntry
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataServerExplorerPoolEntryImpl(String name, String description, org.gvsig.fmap.dal.DataServerExplorerParameters explorer) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyTo(org.gvsig.fmap.dal.DataServerExplorerPoolEntry target) org.gvsig.fmap.dal.DataServerExplorerParametersgetLabel()getName()org.gvsig.fmap.dal.DataServerExplorerPoolEntrygetValue()voidloadFromState(org.gvsig.tools.persistence.PersistentState state) static voidvoidsaveToState(org.gvsig.tools.persistence.PersistentState state) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.util.LabeledValue
toString
-
Field Details
-
name
-
description
-
explorer
protected org.gvsig.fmap.dal.DataServerExplorerParameters explorer
-
-
Constructor Details
-
DataServerExplorerPoolEntryImpl
public DataServerExplorerPoolEntryImpl() -
DataServerExplorerPoolEntryImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.gvsig.fmap.dal.DataServerExplorerPoolEntry
-
copyTo
public void copyTo(org.gvsig.fmap.dal.DataServerExplorerPoolEntry target) - Specified by:
copyToin interfaceorg.gvsig.fmap.dal.DataServerExplorerPoolEntry
-
getExplorerParameters
public org.gvsig.fmap.dal.DataServerExplorerParameters getExplorerParameters()- Specified by:
getExplorerParametersin interfaceorg.gvsig.fmap.dal.DataServerExplorerPoolEntry
-
getDescription
- Specified by:
getDescriptionin interfaceorg.gvsig.fmap.dal.DataServerExplorerPoolEntry
-
saveToState
public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException - Specified by:
saveToStatein interfaceorg.gvsig.tools.persistence.Persistent- Throws:
org.gvsig.tools.persistence.exception.PersistenceException
-
loadFromState
public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException - Specified by:
loadFromStatein interfaceorg.gvsig.tools.persistence.Persistent- Throws:
org.gvsig.tools.persistence.exception.PersistenceException
-
registerPersistenceDefinition
public static void registerPersistenceDefinition() -
getLabel
- Specified by:
getLabelin interfaceorg.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>
-
getValue
public org.gvsig.fmap.dal.DataServerExplorerPoolEntry getValue()- Specified by:
getValuein interfaceorg.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>
-