org.bibalex.daf.managers.checkin
Class RetrievalManagerGUI.RetrievalPlugin

java.lang.Object
  extended by org.bibalex.daf.managers.checkin.RetrievalManagerGUI.RetrievalPlugin
Enclosing class:
RetrievalManagerGUI

private class RetrievalManagerGUI.RetrievalPlugin
extends java.lang.Object

Inner class to represent the retrival plugin objects

Author:
Niveen.Nagy

Field Summary
private  java.lang.String[] mediaTypes
           
private  java.lang.String PluginDisplayName
           
private  java.lang.String pluginValue
           
 
Constructor Summary
RetrievalManagerGUI.RetrievalPlugin()
          Constructor for this class
RetrievalManagerGUI.RetrievalPlugin(java.lang.String pluginValue, java.lang.String pluginDisplayName)
          The class constructor sets the plugin value and its display name
 
Method Summary
 java.lang.String[] getMediaTypes()
           
 java.lang.String getPluginDisplayName()
           
 java.lang.String getPluginValue()
           
 void setMediaTypes(java.lang.String[] mediaTypes)
          This method sets the Media Types array to the given MediaType array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginValue

private java.lang.String pluginValue

PluginDisplayName

private java.lang.String PluginDisplayName

mediaTypes

private java.lang.String[] mediaTypes
Constructor Detail

RetrievalManagerGUI.RetrievalPlugin

public RetrievalManagerGUI.RetrievalPlugin()
Constructor for this class


RetrievalManagerGUI.RetrievalPlugin

public RetrievalManagerGUI.RetrievalPlugin(java.lang.String pluginValue,
                                           java.lang.String pluginDisplayName)
The class constructor sets the plugin value and its display name

Parameters:
pluginValue -
pluginDisplayName -
Method Detail

setMediaTypes

public void setMediaTypes(java.lang.String[] mediaTypes)
This method sets the Media Types array to the given MediaType array

Parameters:
mediaTypes - A String[] to be set as the Media Type Array.

getMediaTypes

public java.lang.String[] getMediaTypes()
Returns:
mediaTypes array, that stores all the media types available for this plugin

getPluginDisplayName

public java.lang.String getPluginDisplayName()
Returns:
he name to be displayed for this plugin

getPluginValue

public java.lang.String getPluginValue()
Returns:
he class Path name to be displayed for this plugin