Package de.xima.fc.pluginstore
Class SelectedPluginStoreItem
java.lang.Object
de.xima.fc.pluginstore.SelectedPluginStoreItem
- All Implemented Interfaces:
Serializable
Model for a selected plugin store item. Contains a
PluginStoreItem
as well as some additional details about
the selected item.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectedPluginStoreItem
(PluginStoreItem item, List<PluginChangelogEntry> changelog) Creates a new model with the given data. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of changelog entries, sorted from the highest version to the lowest version.getItem()
Gets the base store item data for the selected plugin.
-
Constructor Details
-
SelectedPluginStoreItem
Creates a new model with the given data.- Parameters:
item
- The base store item data for the selected plugin.changelog
- The list of changelog entries, sorted from the highest version to the lowest version.
-
-
Method Details
-
getChangelog
Gets the list of changelog entries, sorted from the highest version to the lowest version.- Returns:
- A list of all changelogs.
-
getItem
Gets the base store item data for the selected plugin.- Returns:
- The base store item data.
-