com.atlassian.jira.scheme.distiller
Class SchemeEntityType

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

public class SchemeEntityType
extends 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(Object entityTypeId, String displayName)
           
 
Method Summary
 String getDisplayName()
           
 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(Object entityTypeId,
                        String displayName)
Method Detail

getEntityTypeId

public Object getEntityTypeId()

getDisplayName

public String getDisplayName()


Copyright © 2002-2014 Atlassian. All Rights Reserved.