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 java.lang.StringgetFile()java.lang.StringgetFormat()java.lang.StringgetHref()java.lang.StringgetLocation()java.util.List<java.lang.String>getOther()java.lang.StringgetPrj()voidsetFile(java.lang.String file)voidsetFormat(java.lang.String format)voidsetHref(java.lang.String href)voidsetLocation(java.lang.String location)voidsetOther(java.util.List<java.lang.String> other)voidsetPrj(java.lang.String prj)
-
-
-
Method Detail
-
getFormat
public java.lang.String getFormat()
-
setFormat
public void setFormat(java.lang.String format)
-
getLocation
public java.lang.String getLocation()
- Overrides:
getLocationin classRESTData- Returns:
- the location
-
setLocation
public void setLocation(java.lang.String location)
- Overrides:
setLocationin classRESTData- Parameters:
location- the location to set
-
setFile
public void setFile(java.lang.String file)
-
getHref
public java.lang.String getHref()
- Returns:
- the href
-
setHref
public void setHref(java.lang.String href)
- Parameters:
href- the href to set
-
getPrj
public java.lang.String getPrj()
- Returns:
- the prj
-
setPrj
public void setPrj(java.lang.String prj)
- Parameters:
prj- the prj to set
-
getOther
public java.util.List<java.lang.String> getOther()
- Returns:
- the other
-
setOther
public void setOther(java.util.List<java.lang.String> other)
- Parameters:
other- the other to set
-
-