public class AssociatedItemImpl extends Object implements AssociatedItem
AssociatedItem.Type
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AssociatedItemImpl(org.ofbiz.core.entity.GenericValue gv) |
Modifier and Type | Method and Description |
---|---|
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() |
public static final String OBJECT_TYPE
public static final String OBJECT_ID
public static final String OBJECT_NAME
public static final String OBJECT_PARENT_ID
public static final String OBJECT_PARENT_NAME
protected final org.ofbiz.core.entity.GenericValue gv
public AssociatedItemImpl(org.ofbiz.core.entity.GenericValue gv)
public static com.google.common.base.Function<? super org.ofbiz.core.entity.GenericValue,AssociatedItem> from()
@Nonnull public String getObjectName()
getObjectName
in interface AssociatedItem
@Nullable public String getObjectId()
getObjectId
in interface AssociatedItem
@Nullable public String getParentName()
getParentName
in interface AssociatedItem
@Nullable public String getParentId()
getParentId
in interface AssociatedItem
@Nonnull public AssociatedItem.Type getObjectType()
getObjectType
in interface AssociatedItem
Copyright © 2002-2023 Atlassian. All Rights Reserved.