com.mlw.fps.util
Class BeanComparable

java.lang.Object
  |
  +--com.mlw.fps.util.BeanComparable
All Implemented Interfaces:
java.util.Comparator

public class BeanComparable
extends java.lang.Object
implements java.util.Comparator

Author:
Matthew Wilson

Constructor Summary
BeanComparable(java.lang.String method, int direction)
          Creates a new instance of BeanComp
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

BeanComparable

public BeanComparable(java.lang.String method,
                      int direction)
Creates a new instance of BeanComp

Method Detail

compare

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


Copyright © 2003 mlavilson. All Rights Reserved.