com.atlassian.jira.sharing
Class SharedEntity.TypeDescriptor

java.lang.Object
  extended by com.atlassian.jira.sharing.SharedEntity.TypeDescriptor
Enclosing interface:
SharedEntity

public static final class SharedEntity.TypeDescriptor
extends Object

The name and type of a SharedEntity.

Note: Once released, the name of these should never change as there are persistent artefacts such as index paths that depend on this name.


Nested Class Summary
static class SharedEntity.TypeDescriptor.Factory
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2008 Atlassian. All Rights Reserved.