public abstract class AbstractProfile extends Object implements IProfile
Constructor and Description |
---|
AbstractProfile() |
AbstractProfile(ServerData serverData) |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract() |
String |
getCoordinates() |
String |
getDateFrom() |
String |
getDateTo() |
String |
getElementName() |
String |
getKeywords() |
String |
getProvider() |
String |
getScale() |
ServerData |
getServerData() |
String |
getTitle() |
String |
getTopic() |
void |
setServerData(ServerData serverData) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAbstractProperty, getCoordinatesProperty, getDateFromProperty, getDateToProperty, getElementNameProperty, getKeywordsProperty, getProviderProperty, getScaleProperty, getTitleProperty, getTopicProperty, getTopicValue
public AbstractProfile(ServerData serverData)
serverData
- public AbstractProfile()
serverData
- public String getAbstract()
public String getCoordinates()
public String getDateFrom()
public String getDateTo()
public String getKeywords()
public String getProvider()
public String getScale()
public String getTitle()
public String getElementName()
public String getTopic()
public ServerData getServerData()
public void setServerData(ServerData serverData)
serverData
- the serverData to set