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

java.lang.Object
  extended byorg.apache.pluto.portlet.admin.BaseAdminObject
      extended byorg.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

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
 

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)


Copyright © 2003-2006 . All Rights Reserved.