atg.scenario.targeting
Class Slot.SlotEntry

java.lang.Object
  extended by atg.scenario.targeting.Slot.SlotEntry
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Slot

protected static class Slot.SlotEntry
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

SlotEntry class: holds priority alongside item.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object