org.apache.pluto.portlet.admin.util
Class PortletApplicationEntityImplComparator

java.lang.Object
  extended by org.apache.pluto.portlet.admin.BaseAdminObject
      extended by org.apache.pluto.portlet.admin.util.PortletApplicationEntityImplComparator
All Implemented Interfaces:
java.util.Comparator

public class PortletApplicationEntityImplComparator
extends BaseAdminObject
implements java.util.Comparator

Implementation of Comparator for comparing Castor PortletApplicationEntityImp instances. .

Author:
Craig Doremus
See Also:
PortletApplicationEntityImpl

Field Summary
private static java.lang.String CLASS_NAME
           
 
Constructor Summary
PortletApplicationEntityImplComparator()
           
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
          Implementation method
 
Methods inherited from class org.apache.pluto.portlet.admin.BaseAdminObject
logDebug, logError, logError, logMethodEnd, logMethodEnd, logMethodStart, logParam, logParam, logParam, logVar, logVar, logVar, logWarn
 
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
 

Field Detail

CLASS_NAME

private static final java.lang.String CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

PortletApplicationEntityImplComparator

public PortletApplicationEntityImplComparator()
Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)
Implementation method

Specified by:
compare in interface java.util.Comparator
See Also:
Comparator.compare(java.lang.Object, java.lang.Object)