public class DisplayContextFactoryReference<T extends DisplayContextFactory> extends Object implements Comparable<DisplayContextFactoryReference<?>>
| Constructor and Description |
|---|
DisplayContextFactoryReference(T displayContextFactory,
com.liferay.registry.ServiceReference<T> serviceReference) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DisplayContextFactoryReference<?> displayContextFactoryReference) |
boolean |
equals(Object obj) |
T |
getDisplayContextFactory() |
com.liferay.registry.ServiceReference<T> |
getServiceReference() |
int |
hashCode() |
public int compareTo(DisplayContextFactoryReference<?> displayContextFactoryReference)
compareTo in interface Comparable<DisplayContextFactoryReference<?>>public boolean equals(Object obj)
equals in class Objectpublic T getDisplayContextFactory()
public com.liferay.registry.ServiceReference<T> getServiceReference()
public int hashCode()
hashCode in class Object