public class StoredFile extends Object implements JSONEnabled
Modifier and Type | Field and Description |
---|---|
private String |
fileName |
private long |
fileTopicId |
private String |
repoPath |
Constructor and Description |
---|
StoredFile(String fileName,
String repoPath,
long fileTopicId) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
long |
getFileTopicId() |
String |
getRepoPath() |
org.codehaus.jettison.json.JSONObject |
toJSON() |
private final long fileTopicId
StoredFile(String fileName, String repoPath, long fileTopicId)
public String getFileName()
public String getRepoPath()
public long getFileTopicId()
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON
in interface JSONEnabled
Copyright © 2018. All Rights Reserved.