com.atlassian.jira.auditing
Class ParentlessAssociatedItem

java.lang.Object
  extended by com.atlassian.jira.auditing.ParentlessAssociatedItem
All Implemented Interfaces:
AssociatedItem
Direct Known Subclasses:
AffectedDirectory, AffectedGroup, AffectedScheme

public abstract class ParentlessAssociatedItem
extends Object
implements AssociatedItem

Since:
v6.2

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

Constructor Detail

ParentlessAssociatedItem

public ParentlessAssociatedItem()
Method Detail

getParentName

@Nullable
public final String getParentName()
Specified by:
getParentName in interface AssociatedItem

getParentId

@Nullable
public final String getParentId()
Specified by:
getParentId in interface AssociatedItem


Copyright © 2002-2014 Atlassian. All Rights Reserved.