Package systems.dmx.files
Class StoredFile
- java.lang.Object
-
- systems.dmx.files.StoredFile
-
- All Implemented Interfaces:
JSONEnabled
public class StoredFile extends Object implements JSONEnabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
RelatedTopic
getFileTopic()
long
getFileTopicId()
String
getRepoPath()
org.codehaus.jettison.json.JSONObject
toJSON()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Method Detail
-
getFileName
public String getFileName()
-
getRepoPath
public String getRepoPath()
-
getFileTopicId
public long getFileTopicId()
-
getFileTopic
public RelatedTopic getFileTopic()
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
-
-