com.virtuosotechnologies.lib.plugin
Class PluginID

java.lang.Object
  extended bycom.virtuosotechnologies.lib.plugin.PluginID

public class PluginID
extends Object

Plugin identifier.


Constructor Summary
PluginID(String name, StringID version)
          Constructor
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Get the name of the plugin
 StringID getVersion()
          Get the version of the plugin
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginID

public PluginID(String name,
                StringID version)
Constructor

Parameters:
name - plugin name
version - version number
Method Detail

getName

public String getName()
Get the name of the plugin

Returns:
a String

getVersion

public StringID getVersion()
Get the version of the plugin

Returns:
the version as a StringID

equals

public boolean equals(Object obj)

hashCode

public int hashCode()