com.atlassian.jira.issue.security
Class IssueSecurityLevelScheme

java.lang.Object
  extended by com.atlassian.jira.issue.security.IssueSecurityLevelScheme

public final class IssueSecurityLevelScheme
extends Object

Since:
v5.2

Constructor Summary
IssueSecurityLevelScheme(Long id, String name, String description, Long defaultSecurityLevelId)
           
 
Method Summary
 Long getDefaultSecurityLevelId()
           
 String getDescription()
           
 Long getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSecurityLevelScheme

public IssueSecurityLevelScheme(Long id,
                                String name,
                                String description,
                                Long defaultSecurityLevelId)
Method Detail

getId

public Long getId()

getName

public String getName()

getDescription

public String getDescription()

getDefaultSecurityLevelId

public Long getDefaultSecurityLevelId()


Copyright © 2002-2014 Atlassian. All Rights Reserved.