edu.ucla.stat.SOCR.motionchart
Class MotionKey
java.lang.Object
edu.ucla.stat.SOCR.motionchart.MotionKey
- All Implemented Interfaces:
- java.lang.Comparable<MotionKey>
public class MotionKey
- extends java.lang.Object
- implements java.lang.Comparable<MotionKey>
Package: edu.ucla.stat.SOCR.motionchart
User: Khashim
Date: Dec 12, 2008
Time: 9:38:25 PM
- Author:
- Jameel
Field Summary |
protected java.util.Date |
date
|
protected edu.ucla.stat.SOCR.motionchart.MotionKey.KeyType |
keyType
|
protected java.lang.Double |
number
|
protected java.lang.String |
string
|
Constructor Summary |
MotionKey(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
date
protected java.util.Date date
number
protected java.lang.Double number
string
protected java.lang.String string
keyType
protected edu.ucla.stat.SOCR.motionchart.MotionKey.KeyType keyType
MotionKey
public MotionKey(java.lang.Object obj)
compareTo
public int compareTo(MotionKey o)
- Specified by:
compareTo
in interface java.lang.Comparable<MotionKey>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object