cz.vity.freerapid.gui.dialogs
Class WrappedPluginData

java.lang.Object
  extended by cz.vity.freerapid.gui.dialogs.WrappedPluginData

public class WrappedPluginData
extends Object

Author:
Ladislav Vitasek

Constructor Summary
WrappedPluginData(boolean selected, DownloadFile httpFile, Plugin pluginInfo)
           
 
Method Summary
 String getAuthor()
           
 DownloadFile getHttpFile()
           
 String getID()
           
 String getServices()
           
 String getStatus()
           
 String getVersion()
           
 boolean isNew()
           
 boolean isSelected()
           
 void setNew(boolean aNew)
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedPluginData

public WrappedPluginData(boolean selected,
                         DownloadFile httpFile,
                         Plugin pluginInfo)
Method Detail

isSelected

public boolean isSelected()

getID

public String getID()

getAuthor

public String getAuthor()

getHttpFile

public DownloadFile getHttpFile()

getStatus

public String getStatus()

setSelected

public void setSelected(boolean selected)

getVersion

public String getVersion()

getServices

public String getServices()

setNew

public void setNew(boolean aNew)

isNew

public boolean isNew()