@Entity public class FileUpload extends Object
| Constructor and Description |
|---|
FileUpload() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getCreatedBy() |
String |
getFid() |
String |
getFilename() |
Long |
getId() |
String |
getLocation() |
String |
getMimetype() |
SimpleFeatureType |
getSft() |
String |
getType_() |
void |
setCreatedAt(Date createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setFid(String fid) |
void |
setFilename(String filename) |
void |
setId(Long id) |
void |
setLocation(String location) |
void |
setMimetype(String mimetype) |
void |
setSft(SimpleFeatureType sft) |
void |
setType_(String type_) |
org.json.JSONObject |
toJSON() |
String |
toString() |
public Long getId()
public void setId(Long id)
public SimpleFeatureType getSft()
public void setSft(SimpleFeatureType sft)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getFid()
public void setFid(String fid)
public String getType_()
public void setType_(String type_)
public String getFilename()
public void setFilename(String filename)
public String getMimetype()
public void setMimetype(String mimetype)
public String getLocation()
public void setLocation(String location)
public org.json.JSONObject toJSON()
Copyright © 2019. All rights reserved.