public class

DefaultEntityReference

extends Object
implements EntityReference
java.lang.Object
   ↳ com.atlassian.applinks.host.spi.DefaultEntityReference

Class Overview

Default implementation of EntityReference provided as a convenience to facilitate implementation of InternalHostApplication

Summary

Public Constructors
DefaultEntityReference(String key, String name, EntityType type)
Public Methods
boolean equals(Object o)
String getKey()
String getName()
EntityType getType()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.applinks.host.spi.EntityReference

Public Constructors

public DefaultEntityReference (String key, String name, EntityType type)

Public Methods

public boolean equals (Object o)

public String getKey ()

public String getName ()

public EntityType getType ()

public int hashCode ()

public String toString ()