com.trackstudio.tools
Class PluginPair

java.lang.Object
  extended by com.trackstudio.tools.PluginPair
All Implemented Interfaces:
java.lang.Comparable<PluginPair>

public class PluginPair
extends java.lang.Object
implements java.lang.Comparable<PluginPair>


Constructor Summary
PluginPair(java.lang.String key, PluginType type, java.lang.Long time)
           
 
Method Summary
 int compareTo(PluginPair o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getKey()
           
 java.lang.Long getTime()
           
 PluginType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPair

public PluginPair(java.lang.String key,
                  PluginType type,
                  java.lang.Long time)
Method Detail

getKey

public java.lang.String getKey()

getTime

public java.lang.Long getTime()

getType

public PluginType getType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(PluginPair o)
Specified by:
compareTo in interface java.lang.Comparable<PluginPair>


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.