Class RESTDataFile
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.communication.RESTData
-
- de.terrestris.shoguncore.importer.communication.RESTDataFile
-
public class RESTDataFile extends RESTData
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTDataFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()StringgetFormat()StringgetHref()StringgetLocation()List<String>getOther()StringgetPrj()voidsetFile(String file)voidsetFormat(String format)voidsetHref(String href)voidsetLocation(String location)voidsetOther(List<String> other)voidsetPrj(String prj)
-
-
-
Method Detail
-
setFormat
public void setFormat(String format)
-
getLocation
public String getLocation()
- Overrides:
getLocationin classRESTData- Returns:
- the location
-
setLocation
public void setLocation(String location)
- Overrides:
setLocationin classRESTData- Parameters:
location- the location to set
-
setFile
public void setFile(String file)
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href- the href to set
-
getPrj
public String getPrj()
- Returns:
- the prj
-
setPrj
public void setPrj(String prj)
- Parameters:
prj- the prj to set
-
-