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 Details

    • name

      protected String name
    • description

      protected String description
    • explorer

      protected org.gvsig.fmap.dal.DataServerExplorerParameters explorer
  • Constructor Details

    • DataServerExplorerPoolEntryImpl

      public DataServerExplorerPoolEntryImpl()
    • DataServerExplorerPoolEntryImpl

      public DataServerExplorerPoolEntryImpl(String name, String description, org.gvsig.fmap.dal.DataServerExplorerParameters explorer)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.fmap.dal.DataServerExplorerPoolEntry
    • copyTo

      public void copyTo(org.gvsig.fmap.dal.DataServerExplorerPoolEntry target)
      Specified by:
      copyTo in interface org.gvsig.fmap.dal.DataServerExplorerPoolEntry
    • getExplorerParameters

      public org.gvsig.fmap.dal.DataServerExplorerParameters getExplorerParameters()
      Specified by:
      getExplorerParameters in interface org.gvsig.fmap.dal.DataServerExplorerPoolEntry
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.gvsig.fmap.dal.DataServerExplorerPoolEntry
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.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:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • registerPersistenceDefinition

      public static void registerPersistenceDefinition()
    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>
    • getValue

      public org.gvsig.fmap.dal.DataServerExplorerPoolEntry getValue()
      Specified by:
      getValue in interface org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>