Class AbstractProfile

java.lang.Object
org.gvsig.catalog.drivers.profiles.AbstractProfile
All Implemented Interfaces:
IProfile
Direct Known Subclasses:
CSWAbstractProfile

public abstract class AbstractProfile extends Object implements IProfile
Author:
Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
  • Constructor Details

    • AbstractProfile

      public AbstractProfile(org.gvsig.utils.swing.jcomboServer.ServerData serverData)
      Parameters:
      serverData -
    • AbstractProfile

      public AbstractProfile()
      Parameters:
      serverData -
  • Method Details

    • getAbstract

      public String getAbstract()
      Returns:
      the abstract property name
    • getCoordinates

      public String getCoordinates()
      Returns:
      the coordinates property name
    • getDateFrom

      public String getDateFrom()
      Returns:
      the date from property
    • getDateTo

      public String getDateTo()
      Returns:
      the date to property
    • getKeywords

      public String getKeywords()
      Returns:
      the keyword property
    • getProvider

      public String getProvider()
      Returns:
      the provider property
    • getScale

      public String getScale()
      Returns:
      the scale property
    • getTitle

      public String getTitle()
      Returns:
      the title property name
    • getElementName

      public String getElementName()
      Returns:
      the element name property
    • getTopic

      public String getTopic()
      Returns:
      the topic property
    • getServerData

      public org.gvsig.utils.swing.jcomboServer.ServerData getServerData()
      Returns:
      the serverData
    • setServerData

      public void setServerData(org.gvsig.utils.swing.jcomboServer.ServerData serverData)
      Parameters:
      serverData - the serverData to set