@Entity public class Document extends Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Long |
getId() |
String |
getName() |
String |
getUrl() |
void |
setCategory(String category) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setUrl(String url) |
org.json.JSONObject |
toJSONObject() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getCategory()
public void setCategory(String category)
public org.json.JSONObject toJSONObject()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2019. All rights reserved.