com.atlassian.jira.auditing
Class AssociatedItemImpl

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

public class AssociatedItemImpl
extends Object
implements AssociatedItem

Since:
v6.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.auditing.AssociatedItem
AssociatedItem.Type
 
Field Summary
protected  org.ofbiz.core.entity.GenericValue gv
           
static String OBJECT_ID
           
static String OBJECT_NAME
           
static String OBJECT_PARENT_ID
           
static String OBJECT_PARENT_NAME
           
static String OBJECT_TYPE
           
 
Constructor Summary
AssociatedItemImpl(org.ofbiz.core.entity.GenericValue gv)
           
 
Method Summary
static com.google.common.base.Function<? super org.ofbiz.core.entity.GenericValue,AssociatedItem> from()
           
 String getObjectId()
           
 String getObjectName()
           
 AssociatedItem.Type getObjectType()
           
 String getParentId()
           
 String getParentName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_TYPE

public static final String OBJECT_TYPE
See Also:
Constant Field Values

OBJECT_ID

public static final String OBJECT_ID
See Also:
Constant Field Values

OBJECT_NAME

public static final String OBJECT_NAME
See Also:
Constant Field Values

OBJECT_PARENT_ID

public static final String OBJECT_PARENT_ID
See Also:
Constant Field Values

OBJECT_PARENT_NAME

public static final String OBJECT_PARENT_NAME
See Also:
Constant Field Values

gv

protected final org.ofbiz.core.entity.GenericValue gv
Constructor Detail

AssociatedItemImpl

public AssociatedItemImpl(org.ofbiz.core.entity.GenericValue gv)
Method Detail

from

public static com.google.common.base.Function<? super org.ofbiz.core.entity.GenericValue,AssociatedItem> from()

getObjectName

@Nonnull
public String getObjectName()
Specified by:
getObjectName in interface AssociatedItem

getObjectId

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

getParentName

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

getParentId

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

getObjectType

@Nonnull
public AssociatedItem.Type getObjectType()
Specified by:
getObjectType in interface AssociatedItem


Copyright © 2002-2014 Atlassian. All Rights Reserved.