Class AbstractProfile
java.lang.Object
org.gvsig.catalog.drivers.profiles.AbstractProfile
- All Implemented Interfaces:
IProfile
- Direct Known Subclasses:
CSWAbstractProfile
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScale()org.gvsig.utils.swing.jcomboServer.ServerDatagetTitle()getTopic()voidsetServerData(org.gvsig.utils.swing.jcomboServer.ServerData serverData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.catalog.drivers.profiles.IProfile
getAbstractProperty, getCoordinatesProperty, getDateFromProperty, getDateToProperty, getElementNameProperty, getKeywordsProperty, getProviderProperty, getScaleProperty, getTitleProperty, getTopicProperty, getTopicValue
-
Constructor Details
-
AbstractProfile
public AbstractProfile(org.gvsig.utils.swing.jcomboServer.ServerData serverData) - Parameters:
serverData-
-
AbstractProfile
public AbstractProfile()- Parameters:
serverData-
-
-
Method Details
-
getAbstract
- Returns:
- the abstract property name
-
getCoordinates
- Returns:
- the coordinates property name
-
getDateFrom
- Returns:
- the date from property
-
getDateTo
- Returns:
- the date to property
-
getKeywords
- Returns:
- the keyword property
-
getProvider
- Returns:
- the provider property
-
getScale
- Returns:
- the scale property
-
getTitle
- Returns:
- the title property name
-
getElementName
- Returns:
- the element name property
-
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
-