org.terracotta.quartz.collections
Class TimeTrigger

java.lang.Object
  extended by org.terracotta.quartz.collections.TimeTrigger
All Implemented Interfaces:
Serializable, Comparable<TimeTrigger>

public class TimeTrigger
extends Object
implements Comparable<TimeTrigger>, Serializable

See Also:
Serialized Form

Method Summary
 int compareTo(TimeTrigger tt2)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(TimeTrigger tt2)
Specified by:
compareTo in interface Comparable<TimeTrigger>


Copyright 2001-2015, Terracotta, Inc.