Package nl.tailormap.viewer.config.app
Class FileUpload
- java.lang.Object
-
- nl.tailormap.viewer.config.app.FileUpload
-
@Entity public class FileUpload extends Object
- Author:
- Meine Toonen
-
-
Constructor Summary
Constructors Constructor Description FileUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()StringgetCreatedBy()StringgetFid()StringgetFilename()LonggetId()StringgetLocation()StringgetMimetype()SimpleFeatureTypegetSft()StringgetType_()voidsetCreatedAt(Date createdAt)voidsetCreatedBy(String createdBy)voidsetFid(String fid)voidsetFilename(String filename)voidsetId(Long id)voidsetLocation(String location)voidsetMimetype(String mimetype)voidsetSft(SimpleFeatureType sft)voidsetType_(String type_)org.json.JSONObjecttoJSON()StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getSft
public SimpleFeatureType getSft()
-
setSft
public void setSft(SimpleFeatureType sft)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getFid
public String getFid()
-
setFid
public void setFid(String fid)
-
getType_
public String getType_()
-
setType_
public void setType_(String type_)
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
getMimetype
public String getMimetype()
-
setMimetype
public void setMimetype(String mimetype)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
toJSON
public org.json.JSONObject toJSON()
-
-