Package de.xima.fc.proma.plugin.mdl
Class PluginChangeLogVersion
- java.lang.Object
 - 
- de.xima.fc.proma.plugin.mdl.PluginChangeLogVersion
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PluginChangeLogVersion extends Object implements Serializable
This class is for caching the information about plugin changes of a plugin version.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginChangeLogVersion(String version, String changes, boolean currentVersion) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChanges()StringgetVersion()booleanisCurrentVersion() 
 -