de.deepamehta.plugins.files
Class StoredFile

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.files.StoredFile
All Implemented Interfaces:
JSONEnabled

public class StoredFile
extends Object
implements JSONEnabled


Field Summary
private  String fileName
           
private  long fileTopicId
           
 
Constructor Summary
StoredFile(String fileName, long fileTopicId)
           
 
Method Summary
 String getFileName()
           
 long getFileTopicId()
           
 JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

private String fileName

fileTopicId

private long fileTopicId
Constructor Detail

StoredFile

StoredFile(String fileName,
           long fileTopicId)
Method Detail

getFileName

public String getFileName()

getFileTopicId

public long getFileTopicId()

toJSON

public JSONObject toJSON()
Specified by:
toJSON in interface JSONEnabled


Copyright © 2015. All Rights Reserved.