com.atlassian.jira.scheme.distiller
Class SchemeEntityType

java.lang.Object
  extended by com.atlassian.jira.scheme.distiller.SchemeEntityType

public class SchemeEntityType
extends java.lang.Object

This is a silly little wrapper that allows us to abstract the entityType information (ie for the Permssion and Notification types).


Constructor Summary
SchemeEntityType(java.lang.Object entityTypeId, java.lang.String displayName)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.Object getEntityTypeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemeEntityType

public SchemeEntityType(java.lang.Object entityTypeId,
                        java.lang.String displayName)
Method Detail

getEntityTypeId

public java.lang.Object getEntityTypeId()

getDisplayName

public java.lang.String getDisplayName()


Copyright © 2002-2010 Atlassian. All Rights Reserved.