Package de.xima.fc.proma.plugin.mdl
Class PluginFileKeyData
- java.lang.Object
-
- de.xima.fc.proma.plugin.mdl.PluginFileKeyData
-
- All Implemented Interfaces:
Serializable
public class PluginFileKeyData extends Object implements Serializable
This class is for storing data of a plugin file with a file key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginFileKeyData(String fileKey, String fileName, File pluginFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileKey()
String
getFileName()
File
getPluginFile()
-