Ontimize 5.2072EN

com.ontimize.report
Class WizardNewReport.Column

java.lang.Object
  extended bycom.ontimize.report.WizardNewReport.Column
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
WizardNewReport

protected static class WizardNewReport.Column
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
WizardNewReport.Column(java.util.ResourceBundle bundle)
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 boolean equals(java.lang.Object obj)
          equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardNewReport.Column

public WizardNewReport.Column(java.util.ResourceBundle bundle)
Method Detail

equals

public boolean equals(java.lang.Object obj)
equals

Specified by:
equals in interface java.util.Comparator
Parameters:
obj - Object
Returns:
boolean

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator

Ontimize