Liferay 7.0-ce-m6

com.liferay.portlet.documentlibrary.display.context
Class DLDisplayContextFactoryReference

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.display.context.DLDisplayContextFactoryReference
All Implemented Interfaces:
Comparable<DLDisplayContextFactoryReference>

public class DLDisplayContextFactoryReference
extends Object
implements Comparable<DLDisplayContextFactoryReference>


Constructor Summary
DLDisplayContextFactoryReference(DLDisplayContextFactory dlDisplayContextFactory, com.liferay.registry.ServiceReference<DLDisplayContextFactory> serviceReference)
           
 
Method Summary
 int compareTo(DLDisplayContextFactoryReference that)
           
 boolean equals(Object obj)
           
 DLDisplayContextFactory getDLDisplayContextFactory()
           
 com.liferay.registry.ServiceReference<DLDisplayContextFactory> getServiceReference()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLDisplayContextFactoryReference

public DLDisplayContextFactoryReference(DLDisplayContextFactory dlDisplayContextFactory,
                                        com.liferay.registry.ServiceReference<DLDisplayContextFactory> serviceReference)
Method Detail

compareTo

public int compareTo(DLDisplayContextFactoryReference that)
Specified by:
compareTo in interface Comparable<DLDisplayContextFactoryReference>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getDLDisplayContextFactory

public DLDisplayContextFactory getDLDisplayContextFactory()

getServiceReference

public com.liferay.registry.ServiceReference<DLDisplayContextFactory> getServiceReference()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 7.0-ce-m6