Class RESTTarget
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.communication.RESTTarget
-
public class RESTTarget extends AbstractRESTEntity
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RESTDataStoregetDataStore()StringgetHref()voidsetDataStore(RESTDataStore dataStore)voidsetHref(String href)
-
-
-
Method Detail
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href- the href to set
-
getDataStore
public RESTDataStore getDataStore()
- Returns:
- the dataStore
-
setDataStore
public void setDataStore(RESTDataStore dataStore)
- Parameters:
dataStore- the dataStore to set
-
-