Package com.atlassian.jira.auditing
Class AssociatedItemImpl
java.lang.Object
com.atlassian.jira.auditing.AssociatedItemImpl
- All Implemented Interfaces:
AssociatedItem
- Since:
- v6.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.auditing.AssociatedItem
AssociatedItem.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Function<? super org.ofbiz.core.entity.GenericValue, AssociatedItem> from()
-
Field Details
-
OBJECT_TYPE
- See Also:
-
OBJECT_ID
- See Also:
-
OBJECT_NAME
- See Also:
-
OBJECT_PARENT_ID
- See Also:
-
OBJECT_PARENT_NAME
- See Also:
-
gv
protected final org.ofbiz.core.entity.GenericValue gv
-
-
Constructor Details
-
AssociatedItemImpl
public AssociatedItemImpl(org.ofbiz.core.entity.GenericValue gv)
-
-
Method Details
-
from
public static com.google.common.base.Function<? super org.ofbiz.core.entity.GenericValue,AssociatedItem> from() -
getObjectName
- Specified by:
getObjectNamein interfaceAssociatedItem
-
getObjectId
- Specified by:
getObjectIdin interfaceAssociatedItem
-
getParentName
- Specified by:
getParentNamein interfaceAssociatedItem
-
getParentId
- Specified by:
getParentIdin interfaceAssociatedItem
-
getObjectType
- Specified by:
getObjectTypein interfaceAssociatedItem
-