com.trackstudio.tools
Class PluginPair
java.lang.Object
com.trackstudio.tools.PluginPair
- All Implemented Interfaces:
- java.lang.Comparable<PluginPair>
public class PluginPair
- extends java.lang.Object
- implements java.lang.Comparable<PluginPair>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PluginPair
public PluginPair(java.lang.String key,
PluginType type,
java.lang.Long time)
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.