com.atlassian.jira.auditing
Class AffectedScheme

java.lang.Object
  extended by com.atlassian.jira.auditing.ParentlessAssociatedItem
      extended by com.atlassian.jira.auditing.AffectedScheme
All Implemented Interfaces:
AssociatedItem

public class AffectedScheme
extends ParentlessAssociatedItem

Since:
v6.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.auditing.AssociatedItem
AssociatedItem.Type
 
Constructor Summary
AffectedScheme(NamedWithId scheme)
           
AffectedScheme(String schemeName, Long schemeId)
           
 
Method Summary
 String getObjectId()
           
 String getObjectName()
           
 AssociatedItem.Type getObjectType()
           
 
Methods inherited from class com.atlassian.jira.auditing.ParentlessAssociatedItem
getParentId, getParentName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffectedScheme

public AffectedScheme(@Nonnull
                      NamedWithId scheme)

AffectedScheme

public AffectedScheme(@Nonnull
                      String schemeName,
                      @Nonnull
                      Long schemeId)
Method Detail

getObjectName

@Nonnull
public String getObjectName()

getObjectId

@Nullable
public String getObjectId()

getObjectType

@Nonnull
public AssociatedItem.Type getObjectType()


Copyright © 2002-2014 Atlassian. All Rights Reserved.